1
0
mirror of https://github.com/github/octodns.git synced 2024-05-11 05:55:00 +00:00
Files
github-octodns/MakeFile
2017-06-20 14:43:51 -07:00

5 lines
138 B
Plaintext

local-rebuild:
sudo rm -r build
sudo rm -r octodns.egg-info/
sudo python setup.py build -q
sudo python setup.py install -q