Skip to content

Commit 3065b2a

Browse files
committed
fix clean and run test
1 parent 71c2a4d commit 3065b2a

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

regression/Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,4 @@ clean:
1818
$(RM) test*.log *.s *.sm *~ $(TESTS) *.i $(DEBUG_FILES)
1919
$(MAKE) clean -C expressions
2020
$(MAKE) clean -C deep-expressions
21+
$(MAKE) clean -C compilation-only

regression/compilation-only/Makefile

-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ $(TESTS): %: %.lama
1313

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

0 commit comments

Comments
 (0)