Updated Makefile.
This commit is contained in:
parent
1d1bfcf54a
commit
5c16222d49
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -61,7 +61,7 @@ $(HOME)/agda-master/:
|
|||
$(HOME)/agda-stdlib-master/:
|
||||
curl -L https://github.com/agda/agda-stdlib/archive/master.zip -o $(HOME)/agda-stdlib-master.zip
|
||||
unzip -qq $(HOME)/agda-stdlib-master.zip -d $(HOME)
|
||||
mkdir $(HOME)/.agda
|
||||
mkdir -p $(HOME)/.agda
|
||||
echo "standard-library" > $(HOME)/.agda/defaults
|
||||
echo "$(HOME)/agda-stdlib-master/standard-library.agda-lib" > $(HOME)/.agda/libraries
|
||||
|
||||
|
|
Loading…
Reference in a new issue