Add 'PracticingAlgorithms/' from commit '0b723f2ae0a20ab8c90c33db8c1d9d9acd76a86f'
git-subtree-dir: PracticingAlgorithms git-subtree-mainline:0a9428093c
git-subtree-split:0b723f2ae0
This commit is contained in:
14
PracticingAlgorithms/Makefile
Normal file
14
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