summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-07 06:33:09 +0200
committerNicolas "Pixel" Noble <pixel@nobis-crew.org>2013-08-07 06:33:09 +0200
commit69f37968ab29e963d9163a7e72eca81bff17e3b7 (patch)
treeb9b610ba3602435e5c0c5bb74bc618b1a5a59f26 /Makefile
parent18379e15998e96ca604c10adc6295cc4b89ae8e4 (diff)
Adding LuaHandle support.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c91cdec..037cde8 100644
--- a/Makefile
+++ b/Makefile
@@ -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()'