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