Removed --force to speed things up

This commit is contained in:
Mark A. Yoder 2017-07-28 15:36:09 -04:00
parent 27635a6261
commit b01fb01196

View file

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