summary refs log tree commit diff
path: root/bin
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-07-23 16:24:45 -0400
committerJune McEnroe <june@causal.agency>2018-07-23 16:24:45 -0400
commit20dbebf02a2684b2f8d4acef8999d7238e1df6a8 (patch)
treef9a674403132d5294a0a90ee9d3868f9a4ae3e6b /bin
parentUse EV_SET in watch (diff)
downloadsrc-20dbebf02a2684b2f8d4acef8999d7238e1df6a8.tar.gz
src-20dbebf02a2684b2f8d4acef8999d7238e1df6a8.zip
Restore LDLIBS alphabetical order
Diffstat (limited to 'bin')
-rw-r--r--bin/Makefile2
1 files changed, 1 insertions, 1 deletions
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