Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
12
oldstuff/PracticingC/gowrikumar/src/Makefile
Normal file
12
oldstuff/PracticingC/gowrikumar/src/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
# puzzles from http://www.gowrikumar.com/c/
|
||||
|
||||
ALL_BIN := $(patsubst %.c,$(BINDIR)/%,$(wildcard *.c))
|
||||
|
||||
|
||||
$(BINDIR)/%: %.c
|
||||
$(CC) $(CFLAGS) -o $@ $<
|
||||
|
||||
all: $(ALL_BIN)
|
||||
|
||||
|
||||
.PHONY: all
|
Reference in New Issue
Block a user