Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
miku committed Jul 23, 2024
1 parent 878a19e commit 44da420
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 0 additions & 5 deletions python/.style.yapf

This file was deleted.

5 changes: 4 additions & 1 deletion python/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,10 @@ clean: ## clean artifacts
rm -rf $(PKGNAME).egg-info/
rm -rf $(PKGNAME)_*.deb
rm -rf $(ZIPAPP)
rm -rf .pytest_cache/ build/ dist/
rm -rf .pytest_cache/
rm -rf .ruff_cache/
rm -rf build/
rm -rf dist/
rm -rf packaging/deb/labe/etc/ packaging/deb/labe/usr/

.PHONY: deb
Expand Down

0 comments on commit 44da420

Please sign in to comment.