aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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