Skip to content

Commit

Permalink
Merge pull request #282 from JAMoreno-Larios/port
Browse files Browse the repository at this point in the history
Changed 'codeclean' so that it doesn't try to delete inexistent directories.
  • Loading branch information
fgsfdsfgs authored Dec 3, 2023
2 parents f96e7da + 13b23de commit 6f20634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile.port
Original file line number Diff line number Diff line change
Expand Up @@ -316,4 +316,4 @@ allclean:
rm -rf src/generated

codeclean:
find $(B_DIR)/game $(B_DIR)/inflate $(B_DIR)/lib $(B_DIR)/port -name '*.o' -delete
find $(B_DIR)/ -name '*.o' -delete

0 comments on commit 6f20634

Please sign in to comment.