Makefile: Update clean target

update-deps
Alinson S. Xavier 3 years ago
parent 86ae1d0429
commit b7d9083335

@ -5,7 +5,7 @@
VERSION := 0.2 VERSION := 0.2
clean: clean:
rm -rfv build rm -rfv build Manifest.toml test/Manifest.toml deps/formatter/build deps/formatter/Manifest.toml
docs: docs:
cd docs; make clean; make dirhtml cd docs; make clean; make dirhtml

Loading…
Cancel
Save