diff --git a/Makefile b/Makefile index 5de3e00..6f366da 100644 --- a/Makefile +++ b/Makefile @@ -40,6 +40,7 @@ clean: -find . -name auth -exec rm -vf {}/password {}/username \; @$(MAKE) -C clean +.PHONY: docs docs: @$(MAKE) -C docs