3
0
mirror of https://github.com/ergochat/ergo.git synced 2025-02-16 21:50:39 +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/ BUILD=./build
WIN=$(BUILD)win/ WIN=$(BUILD)win
LINUX=$(BUILD)linux/ LINUX=$(BUILD)linux
OSX=$(BUILD)osx/ OSX=$(BUILD)osx
ARM6=$(BUILD)arm/ ARM6=$(BUILD)arm
SOURCE=oragono.go SOURCE=oragono.go
VERS=XXX VERS=XXX