From d44939c60641c0f6fd985ca8f23534140e0a603d Mon Sep 17 00:00:00 2001 From: Jan Wielemaker Date: Thu, 22 Dec 2005 20:09:25 +0000 Subject: [PATCH] * Add missing file --- Makefile.mak | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile.mak b/Makefile.mak index ca26a23..cebf734 100644 --- a/Makefile.mak +++ b/Makefile.mak @@ -18,7 +18,8 @@ LIBPL= chr_runtime.pl chr_op.pl chr_translate.pl chr_debug.pl \ chr_messages.pl hprolog.pl pairlist.pl clean_code.pl \ find.pl a_star.pl binomialheap.pl builtins.pl \ chr_hashtable_store.pl listmap.pl guard_entailment.pl \ - chr_compiler_options.pl chr_compiler_utility.pl + chr_compiler_options.pl chr_compiler_utility.pl \ + chr_compiler_errors.pl CHRPL= chr_swi.pl EXAMPLES= chrfreeze.chr fib.chr gcd.chr primes.chr \ bool.chr family.chr fibonacci.chr leq.chr listdom.chr \ -- 2.11.4.GIT