Skip to content

Commit 90a7fc9

Browse files
Fix whitespace in Makefile (#297)
1 parent 104c978 commit 90a7fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

darwin/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## Build everything
44
## $ make
55

6-
CRYSTAL_REPO ?= https://github.com/crystal-lang/crystal ## Allow to override the official repo with fork or local
6+
CRYSTAL_REPO ?= https://github.com/crystal-lang/crystal## Allow to override the official repo with fork or local
77
CRYSTAL_VERSION ?= ## How the binaries should be branded
88
CRYSTAL_SHA1 ?= $(CRYSTAL_VERSION) ## Git tag/branch/sha1 to checkout and build source
99
PACKAGE_ITERATION ?= 1

0 commit comments

Comments
 (0)