We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 756f703 commit b69f3deCopy full SHA for b69f3de
Makefile
@@ -9,7 +9,7 @@ TESTS = $(wildcard unit-tests/*_test.py)
9
all:
10
$(PYTHON) setup.py build
11
12
-install: linstor/consts_githash.py
+install: gensrc linstor/consts_githash.py
13
$(PYTHON) setup.py install --record $(INSTALLFILES)
14
15
uninstall:
0 commit comments