aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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