From 69f37968ab29e963d9163a7e72eca81bff17e3b7 Mon Sep 17 00:00:00 2001 From: "Nicolas \"Pixel\" Noble" Date: Wed, 7 Aug 2013 06:33:09 +0200 Subject: Adding LuaHandle support. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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()' -- cgit v1.2.3