From 678a2abe60261e676ab5b1247bc45fe28480c5af Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Tue, 3 Jun 2025 00:29:15 +0100 Subject: Add some example scripts to test against --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7aee92a..355f51c 100644 --- a/Makefile +++ b/Makefile @@ -2,7 +2,7 @@ CC=gcc OUT=oats.out INCLUDES=-I. LIBS= -ARGS= +ARGS=./examples/test.scm RELEASE=0 GFLAGS=-Wall -Wextra -Wswitch-enum -Werror -std=c11 -- cgit v1.2.3-13-gbd6f