summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 70b1ec1..7499ef0 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ all: PHONY build
build: PHONY jh $(subcommand_files)
install: PHONY $(DESTDIR)/usr/bin/jh $(addprefix $(DESTDIR)/usr/share/jh/,$(subcommand_files) $(help_files))
+clean: PHONY
+ rm -f jh $(subcommand_files)
$(DESTDIR)/usr/share/jh/%: % | $(DESTDIR)/usr/share/jh
cp '$<' '$@'