git.joshuawise.com
/
firearm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
95704fd
)
tests/Makefile: Add CFLAGS for LOL2FAST2FURIOUS.
author
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sun, 18 Jan 2009 09:19:11 +0000
(
04:19
-0500)
committer
Joshua Wise
<joshua@rebirth.joshuawise.com>
Sun, 18 Jan 2009 09:19:11 +0000
(
04:19
-0500)
tests/Makefile
patch
|
blob
|
blame
|
history
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.018828 seconds
and
4
git commands to generate.