diff options
author | epoch <epoch@hack.thebackupbox.net> | 2019-05-26 01:12:10 +0000 |
---|---|---|
committer | epoch <epoch@hack.thebackupbox.net> | 2019-05-26 01:12:10 +0000 |
commit | 080593bf944fd29dab4230581b1143e87f79e2e4 (patch) | |
tree | af2e57bd094d145309f0f805e3a861766adf8a66 /Makefile | |
parent | 4d08ffab7990054aa5229c45772e0737aeea6f0b (diff) | |
download | segfault-080593bf944fd29dab4230581b1143e87f79e2e4.tar.gz segfault-080593bf944fd29dab4230581b1143e87f79e2e4.zip |
added libidc requirement to Makefile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |