aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorJesse Luehrs <doy@tozt.net>2016-06-04 05:23:04 -0400
committerJesse Luehrs <doy@tozt.net>2016-06-04 05:26:19 -0400
commit8d94c10b0251e4bfbd28cd916b8931f0281d5164 (patch)
treeff77c7c8c89b9c3c86ab9e63b93fd932e25aa819 /Makefile
parent061359f8b957b9ee4a2c2e3e89175423e3407a59 (diff)
downloadrunes-8d94c10b0251e4bfbd28cd916b8931f0281d5164.tar.gz
runes-8d94c10b0251e4bfbd28cd916b8931f0281d5164.zip
need to read the dependencies for runesd and runesc too
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2cfa903..a353fea 100644
--- a/Makefile
+++ b/Makefile
@@ -82,5 +82,7 @@ help:
@grep -HE '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":|##"}; {printf "\033[36m%-20s\033[0m %s\n", $$2, $$4}'
-include $(OBJ:$(BUILD)%.o=$(BUILD).%.d)
+-include $(DOBJ:$(BUILD)%.o=$(BUILD).%.d)
+-include $(COBJ:$(BUILD)%.o=$(BUILD).%.d)
.PHONY: all run run-daemon clean help make-libvt100