From: Jason Self Date: Sun, 26 Nov 2017 05:35:38 +0000 (-0800) Subject: Makefile: keybld is not in PATH X-Git-Url: https://jxself.org/git/?p=a56.git;a=commitdiff_plain;h=a59543bfa241db7671a82683c64190e70f5ea286 Makefile: keybld is not in PATH --- diff --git a/Makefile b/Makefile index fc5b25d..fe5da71 100644 --- a/Makefile +++ b/Makefile @@ -84,7 +84,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]"