update Makefile
This commit is contained in:
parent
ce7d5d2214
commit
fe6dc677bc
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 " ps_bridge -- Generate purescript bridge files"
|
||||||
@echo " bench -- Generate bench report bench.csv"
|
@echo " bench -- Generate bench report bench.csv"
|
||||||
@echo " bench_check -- Check if bench report is up-to-date"
|
@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:
|
hoogle:
|
||||||
pkill hoogle || true
|
pkill hoogle || true
|
||||||
|
|
@ -71,4 +71,4 @@ bench_check:
|
||||||
rm -rf $(BENCH_TMPDIR)
|
rm -rf $(BENCH_TMPDIR)
|
||||||
|
|
||||||
scripts:
|
scripts:
|
||||||
cabal run agora-scripts
|
cabal run agora-scripts -- -c
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue