From b003cd628714a02071052ace918bd2b6deba6a52 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Fri, 14 Jul 2017 17:21:28 +1000 Subject: [PATCH] make: Fix build dirs --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index b016656e..956bf214 100644 --- a/Makefile +++ b/Makefile @@ -1,8 +1,8 @@ BUILD=./build -WIN=$(BUILD)win -LINUX=$(BUILD)linux -OSX=$(BUILD)osx -ARM6=$(BUILD)arm +WIN=$(BUILD)/win +LINUX=$(BUILD)/linux +OSX=$(BUILD)/osx +ARM6=$(BUILD)/arm SOURCE=oragono.go VERS=XXX