diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |