diff options
author | Tom Ryder <tom@sanctum.geek.nz> | 2018-11-20 14:33:26 +1300 |
---|---|---|
committer | Tom Ryder <tom@sanctum.geek.nz> | 2018-11-20 14:33:26 +1300 |
commit | 531c0c028cbb332b4e1cfb5c479e32e505518fb1 (patch) | |
tree | 08f31b77cc22688ff7af49bbfdf6db9812918003 | |
parent | Fix up Makefile (diff) | |
parent | Add VERSION file (diff) | |
download | nscaw-531c0c028cbb332b4e1cfb5c479e32e505518fb1.tar.gz nscaw-531c0c028cbb332b4e1cfb5c479e32e505518fb1.zip |
Merge branch 'release/v1.0.0'v1.0.0
* release/v1.0.0:
Add VERSION file
Add "all" to .PHONY targets
Remove superfluous dest from install target
Rename README.markdown to README.md
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | README.md (renamed from README.markdown) | 0 | ||||
-rw-r--r-- | VERSION | 1 |
3 files changed, 3 insertions, 2 deletions
@@ -1,7 +1,7 @@ .POSIX: -.PHONY: install +.PHONY: all install .SUFFIXES: PREFIX = /usr/local all: install: - cp -- nscaw $(PREFIX)/bin/nscaw + cp -- nscaw $(PREFIX)/bin diff --git a/README.markdown b/README.md index ebb1849..ebb1849 100644 --- a/README.markdown +++ b/README.md @@ -0,0 +1 @@ +1.0.0 |