aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c743093..c09aaf3 100644
--- a/Makefile
+++ b/Makefile
@@ -24,7 +24,7 @@ VERSION := 0.1.6
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