simplifying the Makefile a touch

This commit is contained in:
Dan Buch 2011-06-13 22:22:12 -04:00
parent 7532ba866a
commit fc20882f74

View File

@ -1,12 +1,7 @@
# puzzles from http://www.gowrikumar.com/c/
all: 00-sizeof 02-dowhile
00-sizeof: 00-sizeof.o
00-dowhile: 00-dowhile.o
all: $(patsubst %.c,%,$(wildcard *.c))
.PHONY: all