From 1f56bab52141256f2471c723663ebfd1972cf187 Mon Sep 17 00:00:00 2001 From: David Given Date: Sun, 16 Oct 2016 20:09:52 +0200 Subject: [PATCH] Remember to create the build directory when bootstrapping. --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b52d87efe..176e1a6b9 100644 --- a/Makefile +++ b/Makefile @@ -106,5 +106,6 @@ clean: $(LUA): first/lua-5.1/*.c first/lua-5.1/*.h @echo Bootstrapping build + @mkdir -p $(BUILDDIR) @$(CC) -o $(LUA) -O first/lua-5.1/*.c -lm -- 2.34.1