aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4ec8b20..ffe5b39 100644
--- a/Makefile
+++ b/Makefile
@@ -5,5 +5,5 @@ PREFIX = /usr/local
all:
install:
mkdir -p -- $(PREFIX)/bin
- cp -p -- checkem $(PREFIX)/bin
+ cp -- checkem $(PREFIX)/bin
clean: