summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index dda1541..6e900c8 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-LDFLAGS=-lirc -lhashtable
-CFLAGS=-std=c99 -pedantic -Wall
+LDFLAGS=-lirc -lhashtable -L/usr/local/lib
+CFLAGS=-std=c99 -pedantic -Wall -ggdb -I/usr/local/include
all: segfault
@@ -11,4 +11,4 @@ clean:
rm -f segfault
install: all
- cp -f segfault /usr/local/bin/segfault
+ install segfault /usr/local/bin/