1
0
Fork 0
mirror of https://github.com/Oreolek/gamebookformat.git synced 2024-05-18 08:58:22 +03:00

Target to find FIXMEs in code.

This commit is contained in:
Pelle Nilsson 2013-06-04 00:02:02 +02:00
parent 8e1ac6353d
commit f8ba31300a

View file

@ -25,7 +25,10 @@ clean:
$(RM) *.rtf *.html *.tex *.debug *.pdf *~ *.pyc *.dot \
*.aux *.toc *.png
.PHONY: all clean
fixmes:
grep FIXME *.py
.PHONY: all clean fixmes
.PRECIOUS: %.tex %.dot