Add a way to clean the generated files.

This commit is contained in:
Danila Fedorin 2019-08-06 14:24:39 -07:00
parent 8450e2c35d
commit d1a84b6f30
1 changed files with 1 additions and 0 deletions

1
code/compiler/02/clean.sh Executable file
View File

@ -0,0 +1 @@
rm -f parser.o parser.cpp parser.hpp stack.hh scanner.cpp scanner.o a.out