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

13 lines
136 B
Makefile

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