working on "duff" example led me to futzing with gdb, found out the gdb tutorial is kinda (a lot) outdated
This commit is contained in:
14
gdbtut/Makefile
Normal file
14
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