tiramisu/doc/build/Makefile

8 lines
89 B
Makefile
Raw Normal View History

2012-05-13 20:48:51 +02:00
.PHONY: clean
.SUFFIXES:
clean:
rm -f *.html
rm -f api/*.html
2012-05-22 09:25:39 +02:00
make -C ./pydoc/ clean