aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorGravatar Arun Prakash Jana <engineerarun@gmail.com>2016-10-05 20:41:32 +0530
committerGravatar Arun Prakash Jana <engineerarun@gmail.com>2016-10-05 20:41:32 +0530
commit596da965cf7180bdf2a5b969b14fc064b29774de (patch)
treee53495261cddcee5e3721eca24b6630c5424deb4 /Makefile
parentd6890bfde5c5065d0a48441210379f3878c6c9cc (diff)
parente56e7d912b2ccff920db03d54834f554f3568e31 (diff)
downloadnnn-596da965cf7180bdf2a5b969b14fc064b29774de.tar.gz
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index b293e4f..6705c3a 100644
--- a/Makefile
+++ b/Makefile
@@ -1,4 +1,4 @@
-VERSION = 0.5
+VERSION = 0.6
PREFIX = /usr/local
MANPREFIX = $(PREFIX)/man
@@ -16,7 +16,7 @@ BIN = noice
all: $(BIN)
$(BIN): $(OBJ)
- $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS)
+ $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDFLAGS) $(LDLIBS)
noice.o: util.h config.h
strlcat.o: util.h