Skip to content
This repository has been archived by the owner on Dec 30, 2024. It is now read-only.

Commit

Permalink
fix 1998/schweikh3 clobber to remove samefile
Browse files Browse the repository at this point in the history
  • Loading branch information
lcn2 committed Dec 28, 2024
1 parent 3dd8880 commit 17c3484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 1998/schweikh3/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ clean:
${RM} -f ${OBJ} ${ALT_OBJ}

clobber: clean
${RM} -f ${TARGET} ${ALT_TARGET} samefile.alt
${RM} -f ${TARGET} ${ALT_TARGET} samefile samefile.alt
${RM} -rf *.dSYM


Expand Down

0 comments on commit 17c3484

Please sign in to comment.