Files
tiramisu/doc/build/Makefile
2012-07-13 09:40:48 +02:00

8 lines
89 B
Makefile

.PHONY: clean
.SUFFIXES:
clean:
rm -f *.html
rm -f api/*.html
make -C ./pydoc/ clean