From 080593bf944fd29dab4230581b1143e87f79e2e4 Mon Sep 17 00:00:00 2001 From: epoch Date: Sun, 26 May 2019 01:12:10 +0000 Subject: added libidc requirement to Makefile --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 6e900c8..56eb231 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -LDFLAGS=-lirc -lhashtable -L/usr/local/lib -CFLAGS=-std=c99 -pedantic -Wall -ggdb -I/usr/local/include +LDFLAGS=-L/usr/local/lib -L/home/pi/.local/lib -lirc -lhashtable -lgcc_s -lidc +CFLAGS=-pedantic -Wall -ggdb -I/usr/local/include -I/home/pi/.local/include all: segfault -- cgit v1.2.3