Fixed Makefile
This commit is contained in:
parent
c45c895c62
commit
739b2497ee
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -56,7 +56,7 @@ $(HOME)/.local/bin/agda2html:
|
|||
|
||||
$(HOME)/agda-stdlib-master/:
|
||||
curl -L https://github.com/agda/agda-stdlib/archive/master.zip -o agda-stdlib-master.zip
|
||||
unzip -qq agda-stdlib-master.zip
|
||||
unzip -qq agda-stdlib-master.zip -d $HOME
|
||||
mkdir ~/.agda
|
||||
echo "standard-library" >> $HOME/.agda/defaults
|
||||
echo "$HOME/agda-stdlib-master/standard-library.agda-lib" >> $HOME/.agda/libraries
|
||||
|
|
Loading…
Add table
Reference in a new issue