simplifying the Makefile a touch
This commit is contained in:
parent
7532ba866a
commit
fc20882f74
@ -1,12 +1,7 @@
|
|||||||
# puzzles from http://www.gowrikumar.com/c/
|
# puzzles from http://www.gowrikumar.com/c/
|
||||||
|
|
||||||
|
|
||||||
all: 00-sizeof 02-dowhile
|
all: $(patsubst %.c,%,$(wildcard *.c))
|
||||||
|
|
||||||
|
|
||||||
00-sizeof: 00-sizeof.o
|
|
||||||
|
|
||||||
00-dowhile: 00-dowhile.o
|
|
||||||
|
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
|
Loading…
Reference in New Issue
Block a user