Remember to create the build directory when bootstrapping.

This commit is contained in:
David Given 2016-10-16 20:09:52 +02:00
parent 479a4efa4f
commit 1f56bab521

View file

@ -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