new debugging chapter
This commit is contained in:
12
debugging/lecture/Makefile
Normal file
12
debugging/lecture/Makefile
Normal file
@@ -0,0 +1,12 @@
|
||||
BASENAME=debugging
|
||||
|
||||
all : pdf
|
||||
|
||||
include ../../chapter.mk
|
||||
|
||||
# script:
|
||||
pdf : chapter
|
||||
|
||||
clean : cleanchapter
|
||||
|
||||
cleanall : clean cleanchapter
|
||||
Reference in New Issue
Block a user