summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index a7becfc..0bcac73 100644
--- a/Makefile
+++ b/Makefile
@@ -58,7 +58,7 @@ $(EXECUTABLE): $(OBJ)
$(CC) $(CFLAGS) -c $<
-distclean: clean
+distclean: cleanall
find . -name *.o -exec rm -f {} \;
find . -name "*.\~*" -exec rm -rf {} \;
rm -f include.mk
@@ -68,3 +68,9 @@ clean:
rm -f *.d
rm -f *.d.*
rm -f $(EXECUTABLE)
+
+cleanall: clean
+ $(MAKE) --directory="doc/" clean
+
+manpage:
+ $(MAKE) --directory="doc/" manpage