From e6aeef5e54759c26912c4987cb86b3add2d77349 Mon Sep 17 00:00:00 2001 From: Felix Perktold Date: Tue, 13 Jan 2026 14:16:10 +0100 Subject: added some lisp functions --- Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3