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

all:
	$(MAKE) segfault

clean:
	rm -f segfault

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