From 2bed0dd175e573aca14c93b698a92989140008e0 Mon Sep 17 00:00:00 2001 From: sin Date: Mon, 22 Aug 2016 11:22:24 +0100 Subject: Accept user-defined LDFLAGS in Makefile Diff by Ypnose --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9035141..d49b6fb 100644 --- a/Makefile +++ b/Makefile @@ -15,7 +15,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 -- cgit v1.2.3-70-g09d2 From e56e7d912b2ccff920db03d54834f554f3568e31 Mon Sep 17 00:00:00 2001 From: sin Date: Wed, 24 Aug 2016 10:47:25 +0100 Subject: Bump to 0.6 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d49b6fb..9c32568 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION = 0.5 +VERSION = 0.6 PREFIX = /usr/local MANPREFIX = $(PREFIX)/man -- cgit v1.2.3-70-g09d2