From 60d1d4e3a9e7111d4647452261059051d0d37835 Mon Sep 17 00:00:00 2001 From: epochqwert Date: Mon, 9 Jan 2017 08:24:00 +0000 Subject: small Makefile change to avoid use of $(MAKE) --- Makefile | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3