50723bd9c55703f5a308cd3a07467ed2e32eeea6
[muddle-interpreter.git] / src / Makefile.am
1 bin_PROGRAMS = muddle
2 muddle_SOURCES = main.c read.c eval.c print.c alloc.c object.c atom.c oblist.c
3 muddle_CFLAGS = -Wall -Wno-unused-function -Werror=implicit-function-declaration -Werror=incompatible-pointer-types
4
5 TESTS = test_oblists test_bindings