mirror of
https://github.com/patriciogonzalezvivo/thebookofshaders
synced 2024-11-01 21:40:27 +00:00
9 lines
109 B
Makefile
9 lines
109 B
Makefile
default: clean all
|
|
|
|
clean:
|
|
rm -rf */tmp.md
|
|
rm -rf */tmp*.png
|
|
rm -rf book.*
|
|
|
|
all:
|
|
python src/parseBook.py
|