From e9e86818c9383f064bc94ae7395df40b98854fb9 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 27 May 2020 20:04:46 +0200 Subject: Fix Makefile: rebuild if arg.h is updated MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1a3ac27..f24282a 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ include $(CONFIGFILE) all: sctrace -sctrace: sctrace.c +sctrace: sctrace.c arg.h $(CC) -o $@ $@.c $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) install: sctrace -- cgit v1.2.3-70-g09d2