Add dummy install target for LuaJit

This commit is contained in:
Thomas Goyne 2014-05-03 16:57:22 -07:00
parent d672e75109
commit d9df9c9e5b
1 changed files with 3 additions and 1 deletions

View File

@ -7,4 +7,6 @@ clean:
distclean:
$(MAKE) -C src clean
.PHONY: all clean
install:
.PHONY: all clean install