5 lines
120 B
Makefile
5 lines
120 B
Makefile
all: player
|
|
|
|
player: player.s sample.bin seq.bin wave.bin
|
|
vasmm68k_mot -Fhunkexe -kick1hunks -nosym -o player player.s
|