mirror of
https://github.com/edwinb/Idris2-boot.git
synced 2024-11-09 21:53:56 +03:00
Fix indentation
This commit is contained in:
parent
0e01c2aa0b
commit
2d1f35ab21
8
Makefile
8
Makefile
@ -13,13 +13,13 @@ MACHINE := $(shell $(CC) -dumpmachine)
|
||||
ifneq (, $(findstring darwin, $(MACHINE)))
|
||||
OS := darwin
|
||||
else ifneq (, $(findstring cygwin, $(MACHINE)))
|
||||
OS := windows
|
||||
OS := windows
|
||||
else ifneq (, $(findstring mingw, $(MACHINE)))
|
||||
OS := windows
|
||||
OS := windows
|
||||
else ifneq (, $(findstring windows, $(MACHINE)))
|
||||
OS := windows
|
||||
OS := windows
|
||||
else
|
||||
OS := unix
|
||||
OS := unix
|
||||
endif
|
||||
|
||||
# current Idris2 version components
|
||||
|
Loading…
Reference in New Issue
Block a user