Skip to content

Commit

Permalink
Use override to allow appending build flags from the command line
Browse files Browse the repository at this point in the history
  • Loading branch information
ebroder committed Oct 31, 2011
1 parent 61cc5f8 commit aa9fba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
@@ -1,4 +1,4 @@
CFLAGS=-Wall -Werror -D_GNU_SOURCE -g override CFLAGS+=-Wall -Werror -D_GNU_SOURCE -g
OBJS=reptyr.o ptrace.o attach.o OBJS=reptyr.o ptrace.o attach.o


PREFIX=/usr/local PREFIX=/usr/local
Expand Down

0 comments on commit aa9fba3

Please sign in to comment.