1
0
mirror of https://github.com/moparisthebest/Simba synced 2025-02-16 15:20:09 -05:00
Simba/Doc/Makefile

15 lines
231 B
Makefile
Raw Normal View History

.PHONY: default clean
self := mufasa_intro
default: createreport
clean:
find -iname "$(self)*" | grep -v svn | grep -v tex | xargs rm -vf
$(MAKE) -C Pics/ clean
createreport:
$(MAKE) -C Pics/
texi2pdf $(self).tex --silent