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/spectral/lecture/Makefile
2019-12-13 10:09:35 +01:00

15 lines
139 B
Makefile

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