This repository has been archived on 2021-05-17. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
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