diff options
Diffstat (limited to 'src/common')
-rw-r--r-- | src/common/GNUmakefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/GNUmakefile b/src/common/GNUmakefile index d8d841f..917ce0e 100644 --- a/src/common/GNUmakefile +++ b/src/common/GNUmakefile @@ -1,5 +1,5 @@ .SUFFIXES: -all: +common: ${MAKE} -C ../.. common clean: rm -r ../../obj/common/ |