summaryrefslogtreecommitdiff
path: root/Makefile
blob: 6e900c8b69d76fd1c219fb3c76f310de10e418cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
LDFLAGS=-lirc -lhashtable -L/usr/local/lib
CFLAGS=-std=c99 -pedantic -Wall -ggdb -I/usr/local/include

all: segfault

again: clean all

segfault: segfault.c

clean:
	rm -f segfault

install: all
	install segfault /usr/local/bin/