summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8ab4e9408b..31e79296d0 100644
--- a/Makefile
+++ b/Makefile
@@ -23,6 +23,6 @@ ifeq ($(UNAME_S),Darwin)
test:
else
test:
- $(QUIET) $(MAKE) -C AK/Tests clean all clean
+ $(QUIET) flock AK/Tests $(MAKE) -C AK/Tests clean all clean
endif