Skip to content

Commit

Permalink
Removed --force to speed things up
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkAYoder committed Jul 28, 2017
1 parent 27635a6 commit b01fb01
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
@@ -1,5 +1,5 @@

all: build # build2 build3
all: build3 # build2 build3

time:
/usr/bin/ntpdate -b -s -u pool.ntp.org
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b01fb01

Please sign in to comment.