summaryrefslogtreecommitdiff
path: root/src/Make.common
diff options
context:
space:
mode:
Diffstat (limited to 'src/Make.common')
-rw-r--r--src/Make.common9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/Make.common b/src/Make.common
index af6d04adc..34d7016f4 100644
--- a/src/Make.common
+++ b/src/Make.common
@@ -5,6 +5,15 @@
clean:
rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES)
+install.clean: install
+ rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES)
+
+test.clean: test
+ rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES)
+
+testshort.clean: testshort
+ rm -rf *.o *.a *.[$(OS)] [$(OS)].out $(CLEANFILES)
+
%.make:
$(MAKE) -C $* install