From 85bac5570ad8a19f6130ce2b20a06da4098beccd Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Sun, 17 Mar 2019 14:03:55 -0400 Subject: make clean: Don't forget about 'jh.sh' --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8418fcc..17cf310 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ all: PHONY build build: PHONY jh $(subcommand_files) install: PHONY $(DESTDIR)$(bindir)/jh $(addprefix $(DESTDIR)$(jh-bindir)/,$(subcommand_files) $(help_files)) clean: PHONY - rm -f jh $(subcommand_files) + rm -f jh jh.sh $(subcommand_files) jh.sh: jh.sh.in sed 's|@jh-bindir@|$(jh-bindir)|g' < $< > $@ -- cgit v1.2.2