1
0
mirror of https://github.com/cc65/cc65.git synced 2024-07-07 04:29:01 +00:00
cc65/testcode/lib/pce/Makefile

14 lines
201 B
Makefile
Raw Normal View History

2015-07-12 14:40:52 +00:00
all: conio.pce
conio.pce: conio.c
2015-09-04 12:14:17 +00:00
../../../bin/cl65 -t pce conio.c --mapfile conio.map -o conio.pce
2015-07-12 14:40:52 +00:00
clean:
$(RM) conio.pce
2015-09-04 12:14:17 +00:00
$(RM) conio.map
2015-07-12 14:40:52 +00:00
test: conio.pce
mednafen -force_module pce conio.pce