aboutsummaryrefslogtreecommitdiff
path: root/Makefile.win
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile.win')
-rw-r--r--Makefile.win10
1 files changed, 2 insertions, 8 deletions
diff --git a/Makefile.win b/Makefile.win
index b278424..d6e2c34 100644
--- a/Makefile.win
+++ b/Makefile.win
@@ -1,6 +1,3 @@
-
-include Makefile.shared
-
CP=cp
CXX?=g++
MKDIR?=mkdir
@@ -9,6 +6,8 @@ ECHO?=echo
LD=g++
MDOC=mdoc
+include Makefile.shared
+
shared_objs=$(SHARED_SRC:src/shared/%=build/shared/%.o)
client_objs=$(CLIENT_SRC:src/client/%=build/client/%.o)
server_objs=$(SERVER_SRC:src/server/%=build/server/%.o)
@@ -64,11 +63,6 @@ clean:
nuke: clean
-doc: documentation
-
-documentation:
- $(MDOC) -p src -o doc -t "Brok[en]gine" -i README.md -d reference -m "markdown"
-
test:
busted