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 27635a6 commit b01fb01Copy full SHA for b01fb01
Makefile
@@ -1,5 +1,5 @@
1
2
-all: build # build2 build3
+all: build3 # build2 build3
3
4
time:
5
/usr/bin/ntpdate -b -s -u pool.ntp.org
@@ -29,10 +29,10 @@ install2: build2
29
python2 setup.py install --force
30
31
build3:
32
- python3 setup.py build --force
+ python3 setup.py build # --force
33
34
install3: build3
35
- python3 setup.py install --force
+ python3 setup.py install # --force
36
37
################################################################################
38
# c++ library
0 commit comments