Fix Makefile
This commit is contained in:
parent
0660bcc442
commit
ad0da807b4
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -217,7 +217,7 @@ $(HOME)/.local/bin/agda:
|
|||
-o $(HOME)/agda-$(AGDA_VERSION).zip
|
||||
unzip -qq $(HOME)/agda-$(AGDA_VERSION).zip -d $(HOME)
|
||||
cd $(HOME)/agda-$(AGDA_VERSION);\
|
||||
stack install --stack-yaml=stack-8.3.3.yaml
|
||||
stack install --stack-yaml=stack-$(GHC_VERSION).yaml
|
||||
|
||||
travis-uninstall-agda:
|
||||
rm -rf $(HOME)/agda-$(AGDA_VERSION)/
|
||||
|
|
Loading…
Reference in a new issue