Skip to content

Commit ddad3ee

Browse files
authored
Merge pull request #5853 from NlightNFotis/fix_regression_makefile
Fix Makefile clean target failing to delete build artifact.
2 parents 743c2d1 + 0f9bfa7 commit ddad3ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

regression/goto-gcc/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,4 @@ clean:
3939
find -name '*.out' -execdir $(RM) '{}' \;
4040
find -name '*.gb' -execdir $(RM) '{}' \;
4141
find -name '*.goto-cc-saved' -execdir $(RM) '{}' \;
42-
$(RM) tests.log archives/lib_ourarchive.a archives/foo.o
42+
$(RM) tests.log archives/libour_archive.a archives/foo.o

0 commit comments

Comments
 (0)