about summary refs log tree commit diff
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-16 23:08:24 +0100
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2020-12-16 23:08:24 +0100
commit97c6e06ef335b7f87cfadf0607136322fc2ad14b (patch)
tree528235fe8f07b7170738cc8dfe70cd3536bb8e14
parent1e943bb732304661f2331ea19c58258e49c451ba (diff)
chore(default.o.do): add missing headers deps
-rw-r--r--default.o.do7
1 files changed, 7 insertions, 0 deletions
diff --git a/default.o.do b/default.o.do
index 614f634..88d23a1 100644
--- a/default.o.do
+++ b/default.o.do
@@ -16,6 +16,13 @@ case "$2" in
     redo-ifchange third_party/stb/stb_truetype.h
     redo-ifchange include/buchstabensuppe/bitmap.h
     ;;
+  bs-renderflipdot)
+    redo-ifchange include/buchstabensuppe/bitmap.h
+    redo-ifchange include/buchstabensuppe.h
+    ;;
+  bitmap)
+    redo-ifchange util.h
+    ;;
   *)
 esac