build: make 'run' target invoke the built binary
ober
375276e96936e892b26287d71660c56208398a36
--- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ binary: build: binary -run: - $(JEXEC) main.ss --help +run: binary + ./$(BINARY) $(ARGS) test: $(JEXEC) tests/test-jasm.ss Binary files a/jasm and b/jasm differ