aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index d798fd6..5bd8072 100644
--- a/Makefile
+++ b/Makefile
@@ -158,6 +158,8 @@ endif
all: $(PROGS) $(TCCLIBS) $(TCCDOCS)
+$(PROGS) $(TCCLIBS): *.c *.h
+
# Host Tiny C Compiler
tcc$(EXESUF): tcc.o $(LIBTCC)
$(CC) -o $@ $^ $(LIBS) $(CPPFLAGS) $(CFLAGS) $(LDFLAGS) $(LINK_LIBTCC)