diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-11-20 14:31:07 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-11-20 14:31:07 +1300 |
commit | f087a40a563a39fd8c09a115f38eab03071b3398 (patch) | |
tree | 2f9dbd8ff1844f3c5a9d398a4d27b508a2d624ea | |
parent | Rename README.markdown to README.md (diff) | |
download | nscaw-f087a40a563a39fd8c09a115f38eab03071b3398.tar.gz nscaw-f087a40a563a39fd8c09a115f38eab03071b3398.zip |
Remove superfluous dest from install target
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,4 +4,4 @@ PREFIX = /usr/local all: install: - cp -- nscaw $(PREFIX)/bin/nscaw + cp -- nscaw $(PREFIX)/bin |