Skip to content
This repository was archived by the owner on Oct 7, 2020. It is now read-only.

Commit adc51a7

Browse files
authored
Merge pull request #573 from alanz/master
Fix makefile for Linux use
2 parents 4a616d6 + 9b2fa39 commit adc51a7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ STACKLOCALBINDIR != stack path --local-bin
44
build: hie-8.2.1 hie-8.2.2 hie-8.4.2
55
# build: hie-8.0.2 hie-8.2.1 hie-8.2.2 hie-8.4.2
66

7-
build-all: | build build-docs
7+
build-all: build build-docs
88
.PHONY: build-all
99

1010
# build:
@@ -43,8 +43,8 @@ hie-8.2.2:
4343

4444
hie-8.4.2:
4545
stack --stack-yaml=stack.yaml install \
46-
&& cp '$(STACKLOCALBINDIR)\hie' '$(STACKLOCALBINDIR)\hie-8.4.2' \
47-
&& cp '$(STACKLOCALBINDIR)\hie-8.4.2' '$(STACKLOCALBINDIR)\hie-8.4'
46+
&& cp '$(STACKLOCALBINDIR)/hie' '$(STACKLOCALBINDIR)/hie-8.4.2' \
47+
&& cp '$(STACKLOCALBINDIR)/hie-8.4.2' '$(STACKLOCALBINDIR)/hie-8.4'
4848
.PHONY: hie-8.4.2
4949

5050
# ------------------------------------------------------

0 commit comments

Comments
 (0)