summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 095a7ae..a04723e 100644
--- a/Makefile
+++ b/Makefile
@@ -37,4 +37,7 @@ test.o: test.c lisp.h lex.yy.o
run: main
./main
+run_std: main
+ ./main lisp/standard_functions.lisp
+
.PHONY: clean test run