7 lines
70 B
Makefile
7 lines
70 B
Makefile
all:
|
|
pyproject-build
|
|
|
|
clean:
|
|
rm -rf skitter.egg-info/
|
|
rm -rf dist/
|