3
0
mirror of https://github.com/ergochat/ergo.git synced 2024-11-10 22:19:31 +01:00

make: remove extraneous slash

The variables were often referenced with a trailing slash, and having
`//` works, but is sloppy.
This commit is contained in:
Euan Kemp 2017-07-13 23:10:58 -07:00
parent ba8c708318
commit e6b6ab2b11

View File

@ -1,8 +1,8 @@
BUILD=./build/
WIN=$(BUILD)win/
LINUX=$(BUILD)linux/
OSX=$(BUILD)osx/
ARM6=$(BUILD)arm/
BUILD=./build
WIN=$(BUILD)win
LINUX=$(BUILD)linux
OSX=$(BUILD)osx
ARM6=$(BUILD)arm
SOURCE=oragono.go
VERS=XXX