Minor cleanup.

This commit is contained in:
Simon Forman
2020-05-19 14:50:10 -07:00
parent b3c8723313
commit d89e095dd3
4 changed files with 3 additions and 46 deletions
-3
View File
@@ -14,9 +14,6 @@ clean:
sdist:
python ./setup.py sdist bdist_wheel
joy/utils/generated_library.py: joy/utils/types.py
python -c 'import joy.utils.types ; joy.utils.types.generate_library_code()' > $@
# In order to support testing the code as installed
# create a virtualenv and install the source dist zip there.