aboutsummaryrefslogtreecommitdiff
path: root/dist/makefile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-21 08:08:53 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-21 08:08:53 +0200
commit4960bf9dcfa58bb18c90d69351d21223f47604c9 (patch)
tree55549ca9d0dc8c16b7826461eb36668d5551676b /dist/makefile
parent45acf3694bc4d111fc27310e64a3f9b2866f4822 (diff)
Add gen and cleanobj targets to libxsde and root makefiles
Diffstat (limited to 'dist/makefile')
-rw-r--r--dist/makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/dist/makefile b/dist/makefile
index 1d06b13..83b9661 100644
--- a/dist/makefile
+++ b/dist/makefile
@@ -1,6 +1,6 @@
dirs := libxsde examples
-ifneq ($(filter $(MAKECMDGOALS),test clean),)
+ifneq ($(filter $(MAKECMDGOALS),gen test clean cleanobj),)
dirs += tests
endif