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, 0 insertions, 7 deletions
diff --git a/src/common/GNUmakefile b/src/common/GNUmakefile
deleted file mode 100644
index 917ce0e..0000000
--- a/src/common/GNUmakefile
+++ /dev/null
@@ -1,7 +0,0 @@
-.SUFFIXES:
-common:
- ${MAKE} -C ../.. common
-clean:
- rm -r ../../obj/common/
-%::
- ${MAKE} -C ../.. obj/common/$@