Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
14
oldstuff/PracticingC/gowrikumar/Makefile
Normal file
14
oldstuff/PracticingC/gowrikumar/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
# puzzles from http://www.gowrikumar.com/c/
|
||||
|
||||
BINDIR := $(PWD)/bin
|
||||
export BINDIR
|
||||
|
||||
|
||||
all:
|
||||
$(CD) src && $(MAKE)
|
||||
|
||||
clean:
|
||||
$(RM) $(BINDIR)/*
|
||||
|
||||
|
||||
.PHONY: all clean
|
Reference in New Issue
Block a user