cleaning things up a bit

This commit is contained in:
Dan Buch
2011-06-16 21:46:56 -04:00
parent e026dabefb
commit 731e1002cd
10 changed files with 39 additions and 7 deletions

View File

@@ -1,7 +1,10 @@
# puzzles from http://www.gowrikumar.com/c/
BINDIR := ./bin
export BINDIR
all: $(patsubst %.c,%,$(wildcard *.c))
all:
cd src && $(MAKE)
.PHONY: all