mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-03 23:15:23 +00:00
10 lines
112 B
Makefile
10 lines
112 B
Makefile
default: clean all
|
|
|
|
clean:
|
|
rm -rf */tmp.md
|
|
rm -rf */tmp*.png
|
|
rm -rf book.*
|
|
|
|
all:
|
|
python2.7 src/parseBook.py
|