File tree Expand file tree Collapse file tree 4 files changed +72
-1171
lines changed
Expand file tree Collapse file tree 4 files changed +72
-1171
lines changed Original file line number Diff line number Diff line change @@ -20,3 +20,5 @@ file_volume/
2020. /file-volume /
2121. /git /
2222.DS_Store
23+
24+ lsp-log.txt
Original file line number Diff line number Diff line change @@ -85,12 +85,13 @@ version = 11
8585test :
8686 cabal run wasm-calc$(version ) :tests
8787
88- # run with `make format-all-files version=7` to format all static `.calc` files for wasm-calc7
88+ # run with `make format-all-files version=7` to format all `.calc` files for wasm-calc7
8989.PHONY : format-all-files
9090version = 11
91- STATIC_FILES = "./wasm-calc$(version ) /test/static/ "
91+ STATIC_FILES = "./wasm-calc$(version ) /**/*.calc "
9292format-all-files :
93- find $(STATIC_FILES ) -maxdepth 1 -type f -exec cabal run wasm-calc$(version ) -- format {} \;
93+ find $(STATIC_FILES ) -maxdepth 1 -type f -exec \
94+ nix run .# wasm-calc$(version) format {} \;
9495
9596# run with `make build-malloc version=9` to build and diff malloc.calc for
9697# wasm-calc9
You can’t perform that action at this time.
0 commit comments