Merge pull request #163 from SchrodingersGat/makefile-fox

Remove makefile comment which breaks make on windows
This commit is contained in:
Oliver 2019-04-26 21:34:08 +10:00 committed by GitHub
commit 475dd8d8fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,8 +24,6 @@ migrate:
install:
pip install -U -r requirements.txt
# Generate a secret key
python InvenTree/key.py
setup: install migrate