update Makefile
This commit is contained in:
parent
6d27bf0270
commit
cd4179d854
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -20,7 +20,7 @@ usage:
|
|||
@echo " ps_bridge -- Generate purescript bridge files"
|
||||
@echo " bench -- Generate bench report bench.csv"
|
||||
@echo " bench_check -- Check if bench report is up-to-date"
|
||||
@echo " scripts -- Export scripts to json files"
|
||||
@echo " scripts -- Run the agora script server (dev mode)"
|
||||
|
||||
hoogle:
|
||||
pkill hoogle || true
|
||||
|
|
@ -71,4 +71,4 @@ bench_check:
|
|||
rm -rf $(BENCH_TMPDIR)
|
||||
|
||||
scripts:
|
||||
cabal run agora-scripts
|
||||
cabal run agora-scripts -- -c
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue