diff options
author | June McEnroe <june@causal.agency> | 2018-07-23 16:24:45 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-07-23 16:24:45 -0400 |
commit | 4080d123c113cf70ae762986edfc9e2b8b92d817 (patch) | |
tree | 4911aff03de72fe8e2cd469b131e6f9ccc446aae /bin | |
parent | Use EV_SET in watch (diff) | |
download | src-4080d123c113cf70ae762986edfc9e2b8b92d817.tar.gz src-4080d123c113cf70ae762986edfc9e2b8b92d817.zip |
Restore LDLIBS alphabetical order
Diffstat (limited to '')
-rw-r--r-- | bin/Makefile | 2 |
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 |