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/bootstrap/lecture/Makefile

17 lines
210 B
Makefile

BASENAME=bootstrap
all : pdf
include ../../chapter.mk
include ../../slides.mk
# script and slides:
pdf : chapter slides
clean : cleanchapter cleanslides
cleanall : clean cleanallchapter cleanallslides