commit 95b649ca556ed3f7ef6c7a49b6d17e28315793a3 from: Benjamin Stürz date: Thu Aug 15 20:12:26 2024 UTC netris: link with -lncurses commit - 3c65538db6d06a3b69055177e46900680bb3ccd7 commit + 95b649ca556ed3f7ef6c7a49b6d17e28315793a3 blob - 31153c068ee4a709a48d8a194869f010b4732cdb blob + 80f8c537bf1b688e7a4a24258e7052e53a6103ba --- Makefile +++ Makefile @@ -118,7 +118,7 @@ bin/pinentry-dmenu2: ${SRC_PD2} bin/netris: ${SRC_NETRIS} ${HDR_NETRIS} @mkdir -p bin - ${CC} -o $@ ${SRC_NETRIS} ${CFLAGS} `pkg-config --cflags --libs ncurses` + ${CC} -o $@ ${SRC_NETRIS} ${CFLAGS} -lncurses bin/timer: ${SRC_TMR} @mkdir -p bin