summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5b86ede..d1b79cd 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,7 @@
all:
(cd server && make)
(cd client && make)
+
+clean:
+ (cd server && make clean)
+ (cd client && make clean)