X-Git-Url: https://jxself.org/git/?a=blobdiff_plain;f=Makefile;h=c204a4bbab080720021c6f1015fc60d3bbde003a;hb=41e9fc26aa89edfda219e14179c68c698a9f013d;hp=fc5b25dc718ae51f7b88900eca1b5828e6b3dd39;hpb=2d044bfe809be2fb02ae5aa8540cd57f7af407a1;p=a56.git diff --git a/Makefile b/Makefile index fc5b25d..c204a4b 100644 --- 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]"