more cleanup and fixing
This commit is contained in:
12
testcode/lib/pce/Makefile
Normal file
12
testcode/lib/pce/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
|
||||
all: conio.pce
|
||||
|
||||
conio.pce: conio.c
|
||||
../../../bin/cl65 -t pce conio.c ../../../joy/pce-stdjoy.joy --mapfile conio.map -o conio.pce
|
||||
|
||||
clean:
|
||||
$(RM) conio.pce
|
||||
|
||||
test: conio.pce
|
||||
mednafen -force_module pce conio.pce
|
||||
|
||||
Reference in New Issue
Block a user