1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-15 10:29:00 +00:00
cc65/testcode/lib/pce/Makefile
2015-09-04 14:14:17 +02:00

14 lines
201 B
Makefile

all: conio.pce
conio.pce: conio.c
../../../bin/cl65 -t pce conio.c --mapfile conio.map -o conio.pce
clean:
$(RM) conio.pce
$(RM) conio.map
test: conio.pce
mednafen -force_module pce conio.pce