diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -48,8 +48,10 @@ strip: $(TARGET) Balau: $(MAKE) -C Balau -tests: +tests: $(TARGET) $(MAKE) -C Balau tests + ./$(TARGET) tests/alltests.lua tests/runtests.lua + ./$(TARGET) tests/alltests.lua -e 'runtests()' Balau/libBalau.a: $(MAKE) -C Balau |