1
0
vt100-games/cpmtris/Makefile
2019-10-24 11:48:18 +02:00

15 lines
189 B
Makefile

# makefile for cpmtris
all: cpmtris.com
SRC=cpmtris.z rand.z conio.z
cpmtris.com: $(SRC)
cat $(SRC) >out.z
zmac/zmac out.z
mv out.bin cpmtris.com
clean:
$(RM) *~ *.lst *.bin out.z