Skip to content

Commit

Permalink
Prevent "make clean" giving error if folder doesn't exist
Browse files Browse the repository at this point in the history
  • Loading branch information
subins2000 committed Dec 7, 2024
1 parent b91b0a2 commit 2c2706c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,5 +48,4 @@ release:
zip -r ${RELEASE_NAME}.zip ${RELEASE_NAME}/*

clean:
rm "component/*.xml"
rmdir component
rm -rf component || true

0 comments on commit 2c2706c

Please sign in to comment.