summaryrefslogtreecommitdiff
path: root/Makefile
Side-by-side diff
Diffstat (limited to 'Makefile') (more/less context) (ignore whitespace changes)
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 1a5af83..bb85223 100644
--- a/Makefile
+++ b/Makefile
@@ -104,6 +104,7 @@ clean : $(TOPDIR)/.config
make -C lib clean
make -C plugins clean
-apidox : doc/generate_apidox
+apidox :
+ doc/generate_apidox
include $(TOPDIR)/Rules.make