aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 080690e..21756ac 100644
--- a/Makefile
+++ b/Makefile
@@ -25,6 +25,8 @@ all: $(PROJECT)
clean:
rm -f $(OBJECTS) $(DEPS)
+ +cd slweb && $(MAKE) clean
+ +cd slweb/dynstr && $(MAKE) clean
FORCE: