Removed --force to speed things up
This commit is contained in:
parent
27635a6261
commit
b01fb01196
1 changed files with 3 additions and 3 deletions
6
Makefile
6
Makefile
|
|
@ -1,5 +1,5 @@
|
|||
|
||||
all: build # build2 build3
|
||||
all: build3 # build2 build3
|
||||
|
||||
time:
|
||||
/usr/bin/ntpdate -b -s -u pool.ntp.org
|
||||
|
|
@ -29,10 +29,10 @@ install2: build2
|
|||
python2 setup.py install --force
|
||||
|
||||
build3:
|
||||
python3 setup.py build --force
|
||||
python3 setup.py build # --force
|
||||
|
||||
install3: build3
|
||||
python3 setup.py install --force
|
||||
python3 setup.py install # --force
|
||||
|
||||
################################################################################
|
||||
# c++ library
|
||||
|
|
|
|||
Loading…
Reference in a new issue