diff options
author | June McEnroe <june@causal.agency> | 2021-09-26 12:00:58 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-09-26 12:00:58 -0400 |
commit | 327979ba5ce6ef69868496b38525bc151d2ce985 (patch) | |
tree | 5c9d10c351c50ff3a1774506f01c658f3cbbc4fd /Makefile | |
parent | OpenBSD: pledge(2) and unveil(2) (diff) | |
download | play-327979ba5ce6ef69868496b38525bc151d2ce985.tar.gz play-327979ba5ce6ef69868496b38525bc151d2ce985.zip |
Link with -lncursesw
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 372ee3d..d55b61d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ CHROOT_GROUP = ${CHROOT_USER} CFLAGS += -std=c11 -Wall -Wextra LDFLAGS = -static -LDLIBS = -lcursesw +LDLIBS = -lncursesw -include config.mk |