summaryrefslogtreecommitdiff
path: root/Makefile
blob: 7f051e9bf3dd78e62a1df9dd8c7dff8e1c2e0b75 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
LDFLAGS=-lirc -lhashtable
CFLAGS=-std=c99 -pedantic -Wall

again: clean all

all:
	$(MAKE) segfault

clean:
	rm -f segfault

install:
	cp -f segfault /usr/local/bin/segfault