Add missing prototypes for alloc() and fixstring()
[a56.git] / Makefile
index fc5b25dc718ae51f7b88900eca1b5828e6b3dd39..c204a4bbab080720021c6f1015fc60d3bbde003a 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -7,6 +7,17 @@
 #
 #######################################################
 
+# Copyright (C) 1990-1998 Quinn C. Jensen
+#
+# Permission to use, copy, modify, distribute, and sell this
+# software and its documentation for any purpose is hereby granted
+# without fee, provided that the above copyright notice appear in all
+# copies and that both that copyright notice and this permission
+# notice appear in supporting documentation.  The author makes no
+# representations about the suitability of this software for any
+# purpose. It is provided "as is" without express or implied
+# warranty.
+
 # environment definitions
 # uncomment the ones you like
 
@@ -84,7 +95,7 @@ ksubs.o:      subs.c
 lex.o: lex.c gram.h
 
 kparse.c:      a56.key keybld
-       keybld < a56.key > kparse.c
+       ./keybld < a56.key > kparse.c
 
 gram.c gram.h: a56.y
        @echo "[expect 2 shift/reduce conflicts here]"