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/
|
||||
|
||||
|
||||
all: 00-sizeof 02-dowhile
|
||||
|
||||
|
||||
00-sizeof: 00-sizeof.o
|
||||
|
||||
00-dowhile: 00-dowhile.o
|
||||
all: $(patsubst %.c,%,$(wildcard *.c))
|
||||
|
||||
|
||||
.PHONY: all
|
||||
|
Loading…
Reference in New Issue
Block a user