1
0
mirror of https://github.com/moparisthebest/Simba synced 2024-08-13 16:53:59 -04:00
Simba/Doc/Makefile
2009-10-06 22:43:13 +00:00

15 lines
188 B
Makefile

.PHONY: default clean
self := mufasa_intro
default: createreport
clean:
rm -f *.{pdf,log, aux}
$(MAKE) -C Pics/ clean
createreport:
$(MAKE) -C Pics/
texi2pdf $(self).tex --silent