mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 14:58:50 +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:
|
clean:
|
||||||
rm -Rf *.s *.o *.i *~
|
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
|
RC_RUNTIME=../../runtime $(RC) -I .. $< && ./$@ > $@.log && diff $@.log orig/$@.log
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
$(RM) test*.log *.s *~ $(TESTS)
|
$(RM) test*.log *.s *~ $(TESTS) *.i
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue