This repository has been archived on 2021-05-17. You can view files and clone it, but cannot push or open issues or pull requests.
scientificComputing/designpattern/lecture/Makefile

14 lines
137 B
Makefile

BASENAME=designpattern
all : pdf
include ../../chapter.mk
# script:
pdf : chapter
clean : cleanchapter
cleanall : cleanallchapter