X-Git-Url: http://git.joshuawise.com/firearm.git/blobdiff_plain/e3183a087362f1f2aef0af0cdc402de11a68cf50..1e7ff543e49341fedea742d7b8b674111d852748:/tests/Makefile?ds=inline diff --git a/tests/Makefile b/tests/Makefile index 471a83e..774222d 100644 --- a/tests/Makefile +++ b/tests/Makefile @@ -1,6 +1,6 @@ CFLAGS=-mno-thumb-interwork -march=armv4 -all: costas.hex testbench.hex +all: costas.hex testbench.pad.hex testbench.hex %.o: %.c arm-elf-gcc $(CFLAGS) -c -o $@ $<