summaryrefslogtreecommitdiff
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 e154497..2e50ae6 100644
--- a/Makefile
+++ b/Makefile
@@ -4,6 +4,8 @@
.sinclude "$(UNAME_S).mk"
+.include "targets.mk"
+
# in this case we need a separate depend target
depend: $(DEPS)
@: