ANESE/roms/tests/cpu/cpu_flag_concurrency/source/Makefile
Daniel Prilik 2238090a05 *initial commit
Setting up the project. Also, iNES parsing
2017-10-13 20:18:31 -07:00

12 lines
346 B
Makefile
Executable file
Vendored

all: ../test_cpu_flag_concurrency.nes
#####
../test_cpu_flag_concurrency.nes: test_cpu_flag_concurrency.o
ld65 -o $@ $^ -v -C nes.cfg
test_cpu_flag_concurrency.o: test_cpu_flag_concurrency.s
ca65 --smart -o $@ $^ -t nes -v -I common -DCUSTOM_IRQ -DCUSTOM_NMI
#####
clean:
rm -f test_cpu_flag_concurrency.o ../test_cpu_flag_concurrency.nes