summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e3a4ceb..a61764f 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,9 @@
all:
cd engine; go build .
- ln -f engine/Config.json .
- ln -f engine/RuinesOfRafdolon .
+ mkdir -p bin
+ ln -f engine/Config.json bin
+ ln -fs ../engine/assets bin
+ ln -f engine/RuinesOfRafdolon bin
run:
cd engine; go run .