aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2025-06-03 00:29:15 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2025-06-03 00:29:15 +0100
commit678a2abe60261e676ab5b1247bc45fe28480c5af (patch)
tree7cdeda3439f9dfdf946d6a4449b692e96d991f53 /Makefile
parent70aa166624a5377c8dd60854cea967325af8c21b (diff)
downloadoats-master.tar.gz
oats-master.tar.bz2
oats-master.zip
Add some example scripts to test againstmaster
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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