From 06d9a96e5b252d86418595dd1195a6f5ef69d462 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Fri, 28 Sep 2012 10:39:56 -0400 Subject: Add a 'clean' target --- Makefile | 2 ++ 1 file changed, 2 insertions(+) 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 '$<' '$@' -- cgit v1.2.3