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 e5b38b1..928878b 100644
--- a/Makefile
+++ b/Makefile
@@ -26,6 +26,8 @@ libretools-mips64el=mips64el-tools
all: PHONY build
build: PHONY build-libretools build-doc
install: PHONY install-libretools install-doc
+check:
+ @cd test && ./runtests
%-doc: PHONY doc
$(MAKE) -C doc $*