diff options
Diffstat (limited to 'Makefile.shared')
| -rw-r--r-- | Makefile.shared | 6 |
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 - |
