aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c7cadea..97c704a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,2 +1,2 @@
-docs:
- phpdoc -d classes/ --ignore FPDF.php --ignore Parsedown.php --ignore font/* -t docs
+docs: $(wildcard classes/*)
+ phpdoc -d classes/ --ignore FPDF.php --ignore Parsedown.php --ignore font/* -t $@