Re-namespacing a bit to clear out some fairly old stuff from the top level
This commit is contained in:
8
oldstuff/PracticingAlgorithms/src/Makefile
Normal file
8
oldstuff/PracticingAlgorithms/src/Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
all: $(BINDIR)/insertion-sort
|
||||
|
||||
|
||||
$(BINDIR)/insertion-sort: insertion-sort.c
|
||||
gcc -o $@ $(CFLAGS) $^
|
||||
|
||||
|
||||
.PHONY: all
|
Reference in New Issue
Block a user