mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-21 14:18:46 +00:00
fix clean option
This commit is contained in:
parent
164c475210
commit
3b5e44af20
2 changed files with 2 additions and 1 deletions
|
|
@ -11,4 +11,4 @@ $(TESTS): %: %.expr
|
|||
RC_RUNTIME=../../runtime $(RC) -I .. $< && ./$@ > $@.log && diff $@.log orig/$@.log
|
||||
|
||||
clean:
|
||||
$(RM) test*.log *.s *~ $(TESTS)
|
||||
$(RM) test*.log *.s *~ $(TESTS) *.i
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue