2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-06-14 02:55:41 +00:00

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

View File

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