From 4a64590196a02952c2e02b11d97109ede5bd277f Mon Sep 17 00:00:00 2001 From: epoch Date: Fri, 18 Feb 2022 19:25:51 +0000 Subject: added spacify --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4e755c7..9d4e4d6 100644 --- a/Makefile +++ b/Makefile @@ -1,14 +1,14 @@ PREFIX:=/usr/local -LDFLAGS=-L/usr/local/lib -L$(PREFIX)/lib -lirc -lhashtable -lgcc_s -lidc -ldl CFLAGS=-pedantic -Wall -ggdb -I/usr/local/include -I$(PREFIX)/include -all: segfault libhack.so +all: segfault libhack.so spacify libhack.so: libhack.o ld -shared -o libhack.so libhack.o again: clean all +segfault: LDFLAGS=-L/usr/local/lib -L$(PREFIX)/lib -lirc -lhashtable -lgcc_s -lidc -ldl segfault: segfault.c access.h clean: @@ -16,3 +16,4 @@ clean: install: all install segfault /usr/local/bin/ + install spacify /usr/local/bin/ -- cgit v1.2.3