beginnings of REPL
[muddle-interpreter.git] / src / Makefile.am
diff --git a/src/Makefile.am b/src/Makefile.am
new file mode 100644 (file)
index 0000000..2da8bbd
--- /dev/null
@@ -0,0 +1,3 @@
+bin_PROGRAMS = muddle
+muddle_SOURCES = main.c read.c eval.c print.c alloc.c object.c
+muddle_CFLAGS = -Wall -Wno-unused-function -Werror=implicit-function-declaration -Werror=incompatible-pointer-types