From 5a5ef973c695dca3281bcbaf84fab81ad6b7b887 Mon Sep 17 00:00:00 2001 From: Jakob Kaivo Date: Sat, 10 Nov 2018 19:38:47 -0500 Subject: capture button presses and shutdown requests --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 2839e99..8951600 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,6 @@ CC=arm-linux-gnueabihf-gcc CFLAGS=-Wall -Wextra +LDFLAGS=-lpthread freeonebook: freeonebook.o gpio.o -- cgit v1.2.1