diff options
Diffstat (limited to 'src/common/GNUmakefile')
-rw-r--r-- | src/common/GNUmakefile | 7 |
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/$@ |