diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 $* |