From 436e32179eb21f69ad05ae731da4da3b5b770e00 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Sun, 10 Feb 2019 09:01:01 +0000 Subject: changed makefile to use install instead of cp. --- Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Makefile') 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/ -- cgit v1.2.3