summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 7f051e9..dda1541 100644
--- a/Makefile
+++ b/Makefile
@@ -1,13 +1,14 @@
LDFLAGS=-lirc -lhashtable
CFLAGS=-std=c99 -pedantic -Wall
+all: segfault
+
again: clean all
-all:
- $(MAKE) segfault
+segfault: segfault.c
clean:
rm -f segfault
-install:
+install: all
cp -f segfault /usr/local/bin/segfault