Skip to content

Commit

Permalink
fix clean and run test
Browse files Browse the repository at this point in the history
  • Loading branch information
danyaberezun committed Mar 6, 2024
1 parent 71c2a4d commit 3065b2a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 1 addition & 0 deletions regression/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,4 @@ clean:
$(RM) test*.log *.s *.sm *~ $(TESTS) *.i $(DEBUG_FILES)
$(MAKE) clean -C expressions
$(MAKE) clean -C deep-expressions
$(MAKE) clean -C compilation-only
2 changes: 0 additions & 2 deletions regression/compilation-only/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,3 @@ $(TESTS): %: %.lama

clean:
$(RM) test*.log *.s *.sm *~ $(TESTS) *.i $(DEBUG_FILES)
$(MAKE) clean -C expressions
$(MAKE) clean -C deep-expressions

0 comments on commit 3065b2a

Please sign in to comment.