blob: 511104201149b9db718315476362e4fd6fb2039a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
LDFLAGS=-lirc -Llibirc -lhashtable -Llibhashtable
CFLAGS=-std=c99 -pedantic -Wall
all:
$(MAKE) segfault
clean:
rm -f segfault
install:
cp -f segfault /usr/local/bin/segfault
|