X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=src%2FMakefile.am;h=922b9b6f3e2e7f4202ca6b358919374a7f0e3b64;hb=58a5ffdfec139a0c9d399f603b77a764ae8607f7;hp=2da8bbdeb6608964f1cbd4cb54c6bff79f64d139;hpb=8d55156675587a770c5654362bcbd3d2a98e4aa9;p=muddle-interpreter.git diff --git a/src/Makefile.am b/src/Makefile.am index 2da8bbd..922b9b6 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,3 +1,3 @@ bin_PROGRAMS = muddle -muddle_SOURCES = main.c read.c eval.c print.c alloc.c object.c +muddle_SOURCES = main.c read.c eval.c print.c alloc.c object.c atom.c muddle_CFLAGS = -Wall -Wno-unused-function -Werror=implicit-function-declaration -Werror=incompatible-pointer-types