diff options
author | Arun Prakash Jana <engineerarun@gmail.com> | 2016-10-05 20:41:32 +0530 |
---|---|---|
committer | Arun Prakash Jana <engineerarun@gmail.com> | 2016-10-05 20:41:32 +0530 |
commit | 596da965cf7180bdf2a5b969b14fc064b29774de (patch) | |
tree | e53495261cddcee5e3721eca24b6630c5424deb4 /Makefile | |
parent | d6890bfde5c5065d0a48441210379f3878c6c9cc (diff) | |
parent | e56e7d912b2ccff920db03d54834f554f3568e31 (diff) | |
download | nnn-596da965cf7180bdf2a5b969b14fc064b29774de.tar.gz |
Merge remote-tracking branch 'upstream/master'
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |