Skip to content

Commit

Permalink
إضافة أمر لتنظيف مخلفات الاختبارات
Browse files Browse the repository at this point in the history
  • Loading branch information
vzool committed Jul 17, 2024
1 parent 40f2608 commit fa866e4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,17 @@
init:
python3 -m venv venv

.PHONY: clean
# clean development
clean:
rm -rf *.csv
rm -rf *.pickle
rm -rf *.json
rm -rf *.txt
rm -rf zakat/*.csv
rm -rf zakat/*.pickle
rm -rf zakat/*.json

.PHONY: deps
# deps development
deps:
Expand Down

0 comments on commit fa866e4

Please sign in to comment.