aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/Makefile b/Makefile
index 66deec6..4932b9b 100644
--- a/Makefile
+++ b/Makefile
@@ -1,8 +1,7 @@
-.PHONY: clean
-
-PREFIX := /usr/local
-
-all :
-
-install : nscaw
- install -m 0755 nscaw "$(PREFIX)"/bin/nscaw
+.POSIX:
+.PHONY: install
+.SUFFIXES:
+PREFIX = /usr/local
+all:
+install:
+ cp -- nscaw $(PREFIX)/bin/nscaw