diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -1,9 +1,10 @@ BUILD_DIR := ./build -all: mech +all: doc mech .PHONY: clean clean: rm -rf $(BUILD_DIR) +include doc/doc.mk include mech/mech.mk |