aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2020-05-27 20:04:46 +0200
committerMattias Andrée <maandree@kth.se>2020-05-27 20:04:46 +0200
commite9e86818c9383f064bc94ae7395df40b98854fb9 (patch)
treed43745b542f68a86340123c819ce08088923ecff
parentFirst commit (diff)
downloadsctrace-e9e86818c9383f064bc94ae7395df40b98854fb9.tar.gz
sctrace-e9e86818c9383f064bc94ae7395df40b98854fb9.tar.bz2
sctrace-e9e86818c9383f064bc94ae7395df40b98854fb9.tar.xz
Fix Makefile: rebuild if arg.h is updated
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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