dos33fsprogs/glados3.3/asm/Makefile
Vince Weaver 18a66c1427 glados: start work on some assembly code
having trouble figuring out the cycle counts on the sound routine
2017-01-16 23:59:11 -05:00

13 lines
269 B
Makefile

all: STILL_ALIVE.BIN
STILL_ALIVE.BIN: still_alive.o
ld65 -o STILL_ALIVE.BIN still_alive.o -C ./apple2_c00.inc
still_alive.o: still_alive.s
ca65 -o still_alive.o still_alive.s -l still_alive.lst
clean:
rm -f *.lst *.o *~ STILL_ALIVE.BIN speaker_timing