Skip to content

Commit

Permalink
🔨[DEV] Init Makefile
Browse files Browse the repository at this point in the history
  • Loading branch information
fairyshine committed Oct 3, 2024
1 parent 2338c6f commit c8d0670
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
clear:
find . -name "__pycache__" | xargs rm -rf
find . -name ".DS_Store" | xargs rm -rf

.PHONY: clear

0 comments on commit c8d0670

Please sign in to comment.