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/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