8 lines
99 B
Makefile
8 lines
99 B
Makefile
# puzzles from http://www.gowrikumar.com/c/
|
|
|
|
|
|
all: $(patsubst %.c,%,$(wildcard *.c))
|
|
|
|
|
|
.PHONY: all
|