Skip to content

Commit 215df21

Browse files
committed
Fixes cleanup of test stamps.
1 parent 5422f06 commit 215df21

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

testsuite/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runtests: $(TESTS_STAMP) fbtest
6464
@touch $@
6565

6666
clean:
67-
rm -f $(TESTS_XEX) $(TESTS_ASM) $(TESTS_OBJ) $(TESTS_ATB) $(TESTS_LBL) $(OBJS) $(RUNTEST) $(TEST_STAMP)
67+
rm -f $(TESTS_XEX) $(TESTS_ASM) $(TESTS_OBJ) $(TESTS_ATB) $(TESTS_LBL) $(OBJS) $(RUNTEST) $(TESTS_STAMP)
6868

6969
distclean: clean
7070
-rmdir obj

0 commit comments

Comments
 (0)