MazezaM: speed increase for walls, colors on welcome screen changed, Makefile added
This commit is contained in:
parent
26b3bc8112
commit
3862305b06
Binary file not shown.
11
MazezaM/Makefile
Normal file
11
MazezaM/Makefile
Normal 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
BIN
MazezaM/mazezam.com
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user