diff --git a/Makefile b/Makefile index 5302dda06..9dcadc3b9 100644 --- a/Makefile +++ b/Makefile @@ -65,7 +65,7 @@ clean: $(MAKE) clean -C util-src test: - busted + busted --lua=$(RUNWITH) util/%.so: $(MAKE) install -C util-src