diff --git a/Makefile b/Makefile index 37f9c60..b58d409 100644 --- a/Makefile +++ b/Makefile @@ -61,6 +61,9 @@ run: $(OUT) test: $(TEST) ./$^ +examples: $(OUT) + ./$^ ./examples/hello-world.lisp + clean: rm -rf $(DIST)