aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorepochqwert <epoch@hacking.allowed.org>2017-01-09 08:24:00 +0000
committerepochqwert <epoch@hacking.allowed.org>2017-01-09 08:24:00 +0000
commit60d1d4e3a9e7111d4647452261059051d0d37835 (patch)
tree192ad9e619448128fcb6faed8b67d2d4bf8b3ece
parent479e5251bb28ef14793a0a6a0cb2040ed8034825 (diff)
downloadsegfault-60d1d4e3a9e7111d4647452261059051d0d37835.tar.gz
segfault-60d1d4e3a9e7111d4647452261059051d0d37835.zip
small Makefile change to avoid use of $(MAKE)
-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