summary refs log tree commit diff
path: root/bin/Makefile
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-03 20:37:08 -0400
committerJune McEnroe <june@causal.agency>2020-09-03 20:37:08 -0400
commit26ad6e3c7abee6aa8e30b47c201b18ce6ea9e19e (patch)
tree568a3b935d3a59ecc37ed8b3e5164e909655afef /bin/Makefile
parentAdd tweets from retweets (diff)
downloadsrc-26ad6e3c7abee6aa8e30b47c201b18ce6ea9e19e.tar.gz
src-26ad6e3c7abee6aa8e30b47c201b18ce6ea9e19e.zip
Build fbclock with -lz
I guess this got lost somewhere, long ago...
Diffstat (limited to '')
-rw-r--r--bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Makefile b/bin/Makefile
index 5aa9acf9..61e405c0 100644
--- a/bin/Makefile
+++ b/bin/Makefile
@@ -7,6 +7,7 @@ LDFLAGS += -L${LIBS_PREFIX}/lib
 
 CFLAGS += -Wall -Wextra -Wpedantic -Wno-gnu-case-range
 LDLIBS.dtch = -lutil
+LDLIBS.fbclock = -lz
 LDLIBS.glitch = -lz
 LDLIBS.hnel = -lutil
 LDLIBS.modem = -lutil
title='2019-08-27 16:48:51 -0400'>2019-08-27Replicate the FreeCell LCG and deal algorithmJune McEnroe 2019-08-26Move as deep a stack as possible to empty columnsJune McEnroe 2019-08-26Simplify card and stack function namesJune McEnroe 2019-08-26Clean up namingJune McEnroe 2019-08-25Rewrite FreeCellJune McEnroe 2019-08-25Build with cards submoduleJune McEnroe 2019-08-25Add cards submoduleJune McEnroe 2019-08-25Remove files from cards repoJune McEnroe 2019-08-22Add READMEJune McEnroe 2019-08-22Add exampleJune McEnroe 2019-08-22Add FILES sectionJune McEnroe 2019-08-22Remove gamesJune McEnroe 2019-04-04Mark card functions inlineJune McEnroe 2019-04-04Add listClearJune McEnroe 2019-04-03Tweak mouseButtonUp code a bitJune McEnroe 2019-04-03Check gameAvail on double-clickJune McEnroe 2019-04-02Select and move cards on mouse upJune McEnroe 2019-04-01Add idSkipJune McEnroe 2019-03-31Fix weird typoJune McEnroe 2019-03-30Add undo to freecellJune McEnroe 2019-03-29Replace path.h with asset.hJune McEnroe 2019-03-29Add king win faceJune McEnroe 2019-03-29Change king face directionJune McEnroe 2019-03-29Load king bitmaps in freecellJune McEnroe