From 20dbebf02a2684b2f8d4acef8999d7238e1df6a8 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Mon, 23 Jul 2018 16:24:45 -0400 Subject: Restore LDLIBS alphabetical order --- bin/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bin/Makefile') diff --git a/bin/Makefile b/bin/Makefile index 51c11d62..9f913e47 100644 --- a/bin/Makefile +++ b/bin/Makefile @@ -5,7 +5,7 @@ ALL_BINS = $(ANY_BINS) $(BSD_BINS) $(LIN_BINS) GFX ?= none CFLAGS += -Wall -Wextra -Wpedantic -LDLIBS = -ledit -lm -lcurses -lutil -lz +LDLIBS = -lcurses -ledit -lm -lutil -lz LDLIBS_cocoa = -framework Cocoa LDLIBS_x11 = -lX11 -- cgit 1.4.1