simplifying the Makefile a touch

cat-town
Dan Buch 14 years ago
parent 7532ba866a
commit fc20882f74

@ -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

Loading…
Cancel
Save