summaryrefslogtreecommitdiff
path: root/Make.rules
diff options
context:
space:
mode:
Diffstat (limited to 'Make.rules')
-rw-r--r--Make.rules5
1 files changed, 3 insertions, 2 deletions
diff --git a/Make.rules b/Make.rules
index 7f33e0a..aab5f71 100644
--- a/Make.rules
+++ b/Make.rules
@@ -67,6 +67,7 @@ CROSS_COMPILE ?=
CC := $(CROSS_COMPILE)gcc
AR := $(CROSS_COMPILE)ar
LD := $(CROSS_COMPILE)ld
+SCDOC := scdoc
INSTALL := install
INSTALLDIR := $(INSTALL) -d
@@ -77,7 +78,7 @@ CFLAGS_ALL += $(CFLAGS)
LDFLAGS ?= -g
LDFLAGS_ALL += $(LDFLAGS)
-export CC AR LD INSTALL INSTALLDIR CFLAGS_ALL LDFLAGS_ALL
+export CC AR LD SCDOC INSTALL INSTALLDIR CFLAGS_ALL LDFLAGS_ALL
build :=
@@ -106,7 +107,7 @@ endif
##
# Rules and helpers
-PHONY += all compile install clean FORCE
+PHONY += all compile install clean docs FORCE
# Convinient variables
comma := ,