13 lines
132 B
Makefile
13 lines
132 B
Makefile
BASENAME=debugging
|
|
|
|
all : pdf
|
|
|
|
include ../../chapter.mk
|
|
|
|
# script:
|
|
pdf : chapter
|
|
|
|
clean : cleanchapter
|
|
|
|
cleanall : cleanallchapter
|