diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-07 06:33:09 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2013-08-07 06:33:09 +0200 |
commit | 69f37968ab29e963d9163a7e72eca81bff17e3b7 (patch) | |
tree | b9b610ba3602435e5c0c5bb74bc618b1a5a59f26 /Makefile | |
parent | 18379e15998e96ca604c10adc6295cc4b89ae8e4 (diff) |
Adding LuaHandle support.
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ strip: $(TARGET) Balau: $(MAKE) -C Balau -tests: $(TARGET) +tests: all $(MAKE) -C Balau tests ./$(TARGET) tests/alltests.lua tests/runtests.lua ./$(TARGET) tests/alltests.lua -e 'runtests()' |