Remove comment line in Makefile which doesn't play nice on Windows

This commit is contained in:
Oliver Walters 2019-04-26 18:51:37 +10:00
parent 19001b98f7
commit 14e9b71ebb

View File

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