From 1432454e2c60cd12e35739e217dfb1c3ead19a41 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Thu, 14 May 2015 06:53:15 -0500 Subject: fixed small change in Makefile and segfault.c --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 5111042..0851a71 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -LDFLAGS=-lirc -Llibirc -lhashtable -Llibhashtable +LDFLAGS=-lirc -lhashtable CFLAGS=-std=c99 -pedantic -Wall all: -- cgit v1.2.3