diff options
Diffstat (limited to 'mk/scripts.mk')
-rw-r--r-- | mk/scripts.mk | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/mk/scripts.mk b/mk/scripts.mk index 5404e952..3021c92c 100644 --- a/mk/scripts.mk +++ b/mk/scripts.mk @@ -42,6 +42,8 @@ realinstall: ${BIN} ${CONF} ${CONF_APPEND} install: all realinstall ${INSTALLAFTER} +check test:: + # A lot of scripts don't have anything to clean # Also, some rm implentation require a file argument regardless of error # so we ensure that it has a bogus argument |