From a59543bfa241db7671a82683c64190e70f5ea286 Mon Sep 17 00:00:00 2001 From: Jason Self Date: Sat, 25 Nov 2017 21:35:38 -0800 Subject: [PATCH] Makefile: keybld is not in PATH --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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]" -- 2.31.1