Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
14
oldstuff/PracticingAlgorithms/Makefile
Normal file
14
oldstuff/PracticingAlgorithms/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
BINDIR := $(PWD)/bin
|
||||
CFLAGS := -std=c99 -Wall -g
|
||||
|
||||
export BINDIR CFLAGS
|
||||
|
||||
|
||||
all:
|
||||
cd src && $(MAKE)
|
||||
|
||||
clean:
|
||||
rm -f bin/*
|
||||
|
||||
|
||||
.PHONY: all clean
|
Reference in New Issue
Block a user