From 7e7e1a343622f231e10f9bbc73134136957d750c Mon Sep 17 00:00:00 2001 From: Leandro Lucarella Date: Sun, 14 Nov 2010 21:21:31 -0300 Subject: [PATCH] Create time/pause sub-directories in ./build Even when the Makefile doesn't use them, the run.sh script does. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 38cd2f7..c2bd3ea 100644 --- a/Makefile +++ b/Makefile @@ -23,7 +23,7 @@ P_LN = @printf ' LN %- 40s <- %s\n' '$@' '$<'; endif # create build directories if they don't already exist -dummy_mkdir := $(shell mkdir -p $O $O/bin $O/stats) +dummy_mkdir := $(shell mkdir -p $O $O/bin $O/time $O/stats $O/pause) ######################################################## -- 2.43.0