1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-15 07:31:32 +00:00
cc65/testcode/lib/pce/Makefile

14 lines
201 B
Makefile
Raw Normal View History

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