summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5fcfbbc..69667b9 100644
--- a/Makefile
+++ b/Makefile
@@ -5,6 +5,9 @@ all: ${UTILS}
cat: cat.o panic.o
+cat.o: panic.h
+panic.o: panic.h
+
clean:
rm -f *.o ${UTILS}