Explorar el Código

make: remove extraneous slash

The variables were often referenced with a trailing slash, and having
`//` works, but is sloppy.
tags/v0.9.0
Euan Kemp hace 6 años
padre
commit
e6b6ab2b11
Se han modificado 1 ficheros con 5 adiciones y 5 borrados
  1. 5
    5
      Makefile

+ 5
- 5
Makefile Ver fichero

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

Loading…
Cancelar
Guardar