mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
fix clean option
This commit is contained in:
parent
164c475210
commit
3b5e44af20
2 changed files with 2 additions and 1 deletions
|
|
@ -9,4 +9,5 @@ all: $(ALL)
|
|||
|
||||
clean:
|
||||
rm -Rf *.s *.o *.i *~
|
||||
pushd regression && make clean && popd
|
||||
|
||||
|
|
|
|||
|
|
@ -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