Implement a Makefile for Inform.
[inform.git] / src / Makefile.am
index 975223de14e843eda98d1f135ab90a68b7dc557b..b5489445aa26b35ced16d7525f2447f76455bb84 100644 (file)
@@ -14,4 +14,4 @@
 # along with Inform. If not, see https://gnu.org/licenses/
 
 bin_PROGRAMS = inform
-inform_SOURCES = arrays.c asm.c bpatch.c chars.c directs.c errors.c expressc.c expressp.c files.c header.h inform.c lexer.c linker.c memory.c objects.c states.c symbols.c syntax.c tables.c text.c veneer.c verbs.c
\ No newline at end of file
+inform_SOURCES = arrays.c asm.c bpatch.c chars.c directs.c errors.c expressc.c expressp.c files.c header.h inform.c lexer.c memory.c objects.c states.c symbols.c syntax.c tables.c text.c veneer.c verbs.c