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/debugging/lecture/Makefile
2016-10-07 19:17:17 +02:00

13 lines
135 B
Makefile

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