Remove makefile comment which breaks make on windows

This commit is contained in:
Oliver Walters 2019-04-26 21:25:40 +10:00
parent 2ff5f57f60
commit 906353eb52

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