futzing around with macros some more
This commit is contained in:
@@ -4,7 +4,7 @@ ALL_BIN := $(patsubst %.c,$(BINDIR)/%,$(wildcard *.c))
|
||||
|
||||
|
||||
$(BINDIR)/%: %.c
|
||||
$(CC) -o $@ $<
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
||||
all: $(ALL_BIN)
|
||||
|
||||
|
Reference in New Issue
Block a user