2
0
mirror of https://github.com/inventree/InvenTree.git synced 2026-05-17 23:08:28 +00:00

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
-2
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