summaryrefslogtreecommitdiff
path: root/src/common/GNUmakefile
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/GNUmakefile')
-rw-r--r--src/common/GNUmakefile7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/common/GNUmakefile b/src/common/GNUmakefile
new file mode 100644
index 0000000..555f81e
--- /dev/null
+++ b/src/common/GNUmakefile
@@ -0,0 +1,7 @@
+.SUFFIXES:
+all:
+ make -C ../.. common
+clean:
+ rm -r ../../obj/common/
+%::
+ make -C ../.. obj/common/$@