feat: adjust makefile

This commit is contained in:
dancingCycle 2022-12-15 15:25:48 +01:00
parent 2758e95bc5
commit bafb7a96aa
1 changed files with 2 additions and 1 deletions

View File

@ -22,7 +22,8 @@ help:
.PHONY: sphinx bundle
clean:
-rm -rf build/*
-rm -rf build
-rm -rf bundle
sphinx:
$(MAKE) singlehtml latexpdf