tiramisu/doc/build/Makefile

8 lines
89 B
Makefile
Raw Normal View History

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