git.joshuawise.com
/
firearm.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
tests/Makefile: Add CFLAGS for LOL2FAST2FURIOUS.
[firearm.git]
/
tests
/
Makefile
diff --git
a/tests/Makefile
b/tests/Makefile
index
62be4ba
..
0fc42d1
100644
(file)
--- a/
tests/Makefile
+++ b/
tests/Makefile
@@
-1,10
+1,10
@@
all: costas.hex
%.o: %.c
- arm-elf-gcc -c -o $@ $<
+ arm-elf-gcc
$(CFLAGS)
-c -o $@ $<
%.o: %.S
- arm-elf-gcc -c -o $@ $<
+ arm-elf-gcc
$(CFLAGS)
-c -o $@ $<
%.elf: %.o anulib.o script.lds
arm-elf-ld -o $@ -T script.lds anulib.o $<
This page took
0.015795 seconds
and
4
git commands to generate.