futzing around with macros some more

This commit is contained in:
Dan Buch
2011-06-18 14:28:00 -04:00
parent 376ef0353f
commit 79436cc731
3 changed files with 46 additions and 2 deletions

View File

@@ -4,7 +4,7 @@ ALL_BIN := $(patsubst %.c,$(BINDIR)/%,$(wildcard *.c))
$(BINDIR)/%: %.c
$(CC) -o $@ $<
$(CC) $(CFLAGS) -o $@ $<
all: $(ALL_BIN)