Skip to content

Commit

Permalink
Add cleanup script
Browse files Browse the repository at this point in the history
Also removes a generated file from version control
  • Loading branch information
juusaw committed Mar 26, 2019
1 parent e3c2d53 commit 9015f04
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 76 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ocamlyacc parser.mly
ocamllex Lexer.mll
ocamllex lexer.mll
ocamlc -o troll \
syntax.ml\
parser.mli parser.ml \
Expand Down
1 change: 1 addition & 0 deletions clean.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
rm *.cmo *.cmi parser.mli parser.ml lexer.ml troll
75 changes: 0 additions & 75 deletions parser.mli

This file was deleted.

0 comments on commit 9015f04

Please sign in to comment.