box-o-sand/gowrikumar/Makefile
2011-06-13 22:22:12 -04:00

8 lines
99 B
Makefile

# puzzles from http://www.gowrikumar.com/c/
all: $(patsubst %.c,%,$(wildcard *.c))
.PHONY: all