about summary refs log tree commit diff
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 28c5ad9..d98e9bd 100644
--- a/Makefile
+++ b/Makefile
@@ -9,6 +9,8 @@ RM ?= rm -f
 
 all: 3cl
 
+${OBJS}: cccl.h
+
 3cl: ${OBJS}
 	${CC} ${LDFLAGS} -o 3cl ${OBJS} ${LDLIBS}