utils/Makefile

11 lines
119 B
Makefile
Raw Permalink Normal View History

2022-07-22 15:26:20 -04:00
setup:
2022-07-23 15:11:21 -04:00
python src/poetry2setup.py > setup.py
2022-07-22 15:26:20 -04:00
build: setup shiv
clean:
rm setup.py
shiv:
2022-07-23 15:11:21 -04:00
shiv -c utils -o utils .