aboutsummaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile.shared b/Makefile.shared
index f98ead9..a2429c5 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -73,3 +73,14 @@ else
CFLAGS += -O3 -fpermissive
LDFLAGS += # and -static on linux prevents dynamic linking of things like libGL which must be dynamic
endif
+
+.PHONY: doc documentation test
+
+doc: documentation
+
+documentation:
+ $(MDOC) -p src -o doc -t "Brok[en]gine" -i README.md -d reference -m "markdown"
+
+test:
+ busted
+