From 8d94c10b0251e4bfbd28cd916b8931f0281d5164 Mon Sep 17 00:00:00 2001 From: Jesse Luehrs Date: Sat, 4 Jun 2016 05:23:04 -0400 Subject: need to read the dependencies for runesd and runesc too --- Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Makefile') 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 -- cgit v1.2.3-54-g00ecf