Remember to create the build directory when bootstrapping.
This commit is contained in:
parent
479a4efa4f
commit
1f56bab521
1 changed files with 1 additions and 0 deletions
1
Makefile
1
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
|
||||
|
||||
|
|
Loading…
Reference in a new issue