summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Perktold <Felix.Perktold@student.uibk.ac.at>2026-01-13 14:16:10 +0100
committerFelix Perktold <Felix.Perktold@student.uibk.ac.at>2026-01-13 14:16:10 +0100
commite6aeef5e54759c26912c4987cb86b3add2d77349 (patch)
tree70a010f6e9d7dbacedbace1bb07e3f252b3305c0 /Makefile
parent3dbec6aa8759461e00e6b5fabaf92fbf68379118 (diff)
added some lisp functions
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