aboutsummaryrefslogtreecommitdiff
path: root/Makefile.shared
diff options
context:
space:
mode:
authorAlexander M Pickering <alex@cogarr.net>2023-09-17 17:09:39 -0500
committerAlexander M Pickering <alex@cogarr.net>2023-09-17 17:09:39 -0500
commit0b136091e05fd2e2d8992990ca4209bd3771adf5 (patch)
treea08c1f64eaa0777b319ad12cce501e96db2904ff /Makefile.shared
parentf5da9002e801281a126e1de4e1844ca0d7ac5c66 (diff)
downloadbrokengine-0b136091e05fd2e2d8992990ca4209bd3771adf5.tar.gz
brokengine-0b136091e05fd2e2d8992990ca4209bd3771adf5.tar.bz2
brokengine-0b136091e05fd2e2d8992990ca4209bd3771adf5.zip
Update makefiles
Diffstat (limited to 'Makefile.shared')
-rw-r--r--Makefile.shared6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile.shared b/Makefile.shared
index a2429c5..c66158f 100644
--- a/Makefile.shared
+++ b/Makefile.shared
@@ -74,13 +74,9 @@ else
LDFLAGS += # and -static on linux prevents dynamic linking of things like libGL which must be dynamic
endif
-.PHONY: doc documentation test
+.PHONY: doc documentation
doc: documentation
documentation:
$(MDOC) -p src -o doc -t "Brok[en]gine" -i README.md -d reference -m "markdown"
-
-test:
- busted
-