projects
/
ccp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
964198c
)
Use the correct flag everywhere.
master
author
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 26 Apr 2013 04:16:13 +0000
(06:16 +0200)
committer
David ‘Bombe’ Roden
<bombe@pterodactylus.net>
Fri, 26 Apr 2013 04:16:13 +0000
(06:16 +0200)
Makefile
patch
|
blob
|
history
diff --git
a/Makefile
b/Makefile
index
500c48b
..
624fa14
100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-14,7
+14,7
@@
ccp: ccp.o
gcc $(LDFLAGS) -o $@ $^
ccp.o: ccp.c
gcc $(LDFLAGS) -o $@ $^
ccp.o: ccp.c
- gcc -Wall $(FLAGS) -c -o $@ $^
+ gcc -Wall $(
C
FLAGS) -c -o $@ $^
install: all
cp ccp "$(BINDIR)/ccp"
install: all
cp ccp "$(BINDIR)/ccp"