aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c743093..0d65b52 100644
--- a/Makefile
+++ b/Makefile
@@ -19,12 +19,12 @@ LDFLAGS += -Wl,-z,now -Wl,-z,relro -pie
# this is just a fallback in case you do not use git but downloaded
# a release tarball...
-VERSION := 0.1.6
+VERSION := 0.1.7
all: nthash README.html
nthash: nthash.c
- $(CC) $(CFLAGS) $(LDFLAGS) -o nthash nthash.c
+ $(CC) nthash.c $(CFLAGS) $(LDFLAGS) -o nthash
README.html: README.md
$(MD) README.md > README.html