1
0
Fork 0

MazezaM: speed increase for walls, colors on welcome screen changed, Makefile added

This commit is contained in:
Anna Christina Naß 2020-06-28 11:08:01 +02:00
parent 26b3bc8112
commit 3862305b06
3 changed files with 11 additions and 0 deletions

Binary file not shown.

11
MazezaM/Makefile Normal file
View File

@ -0,0 +1,11 @@
CC = zcc
CFLAGS = +cpm -lndos -O3
all: mazezam.com
%.com : %.c
$(CC) $(CFLAGS) -o $@ $<
clean:
$(RM) *~ mazezam.com zcc_opt.def

BIN
MazezaM/mazezam.com Normal file

Binary file not shown.