We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1221712 commit 2107187Copy full SHA for 2107187
security-attack/Makefile
@@ -15,3 +15,7 @@ js.k: ../js.k
15
.PHONY: run
16
run:
17
krun -w none --smt none --search send.js >send.js.out
18
+
19
+.PHONY: cleean
20
+clean:
21
+ rm -rf js-kompiled js.k js-prelude.k js-str-numeric-literal.k js-trans.k
0 commit comments