From 2c9065dfbd9a6c655bbc5bf9b6dc332bcb10a7bf Mon Sep 17 00:00:00 2001 From: Alexander M Pickering Date: Thu, 27 Apr 2023 18:48:59 -0500 Subject: Have documentation and tests be shared --- Makefile.shared | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'Makefile.shared') 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 + -- cgit v1.2.3-70-g09d2