Add 'PracticingC/' from commit 'ef128a996fc826339bbc3d9deea376932caf6981'
git-subtree-dir: PracticingC git-subtree-mainline:fd87ec8fe9
git-subtree-split:ef128a996f
This commit is contained in:
14
PracticingC/gdbtut/Makefile
Normal file
14
PracticingC/gdbtut/Makefile
Normal file
@@ -0,0 +1,14 @@
|
||||
# tutorial exercises from http://www.unknownroad.com/rtfm/gdbtut/
|
||||
|
||||
BINDIR := $(PWD)/bin
|
||||
export BINDIR
|
||||
|
||||
|
||||
all:
|
||||
$(CD) src && $(MAKE)
|
||||
|
||||
clean:
|
||||
$(RM) $(BINDIR)/*
|
||||
|
||||
|
||||
.PHONY: all clean
|
Reference in New Issue
Block a user