babelacc

compare different implementations of the text alternative computation  https://p.ce9e.org/babelacc/
git clone https://git.ce9e.org/babelacc.git

commit
1e54e2c4ebcb6dac0498bbd2732e96b0e228bbd3
parent
1c77f0c7423d9b3faccd41e035b584568c230376
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2020-09-10 10:10
add clean make target

Diffstat

M Makefile 4 ++++

1 files changed, 4 insertions, 0 deletions


diff --git a/Makefile b/Makefile

@@ -11,3 +11,7 @@ node_modules/aria-api/instrumented.js: node_modules/aria-api/index.js
   11    11 
   12    12 node_modules/aria-api/lib/name-inst.js: node_modules/aria-api/lib/name.js
   13    13 	npx nyc instrument $< > $@
   -1    14 
   -1    15 .PHONY: clean
   -1    16 clean:
   -1    17 	rm -f babel.js fuzz.js node_modules/aria-api/instrumented.js node_modules/aria-api/lib/name-inst.js