- Added error.c and error.h to the Makefile template.

This commit is contained in:
ccremers 2004-06-13 20:59:28 +00:00
parent 7411f89976
commit bd76b63a37

View File

@ -15,6 +15,7 @@ scyther_SOURCES = main.c \
runs.c runs.h \ runs.c runs.h \
modelchecker.c modelchecker.h \ modelchecker.c modelchecker.h \
report.c report.h \ report.c report.h \
error.c error.h \
debug.c debug.h \ debug.c debug.h \
mgu.c mgu.h \ mgu.c mgu.h \
substitutions.c substitutions.h \ substitutions.c substitutions.h \