Skip to content

Commit b01fb01

Browse files
committed
Removed --force to speed things up
1 parent 27635a6 commit b01fb01

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
all: build # build2 build3
2+
all: build3 # build2 build3
33

44
time:
55
/usr/bin/ntpdate -b -s -u pool.ntp.org
@@ -29,10 +29,10 @@ install2: build2
2929
python2 setup.py install --force
3030

3131
build3:
32-
python3 setup.py build --force
32+
python3 setup.py build # --force
3333

3434
install3: build3
35-
python3 setup.py install --force
35+
python3 setup.py install # --force
3636

3737
################################################################################
3838
# c++ library

0 commit comments

Comments
 (0)