dos33fsprogs/games/glados3.3/asm/Makefile
Vince Weaver b1238af49d re-arranged the entire directory structure
this will probably upset people
2021-01-05 15:29:31 -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