Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
packages
tools
anonsurf
Commits
f756fff7
Commit
f756fff7
authored
Aug 26, 2021
by
Nong Hoang Tu
Browse files
Add arc to build
parent
59f647fc
Changes
1
Show whitespace changes
Inline
Side-by-side
Makefile
View file @
f756fff7
...
...
@@ -13,7 +13,7 @@ build-parrot:
mkdir
-p
bin/
nim c
--nimcache
:/tmp
--out
:bin/dnstool
-d
:release nimsrc/extra-tools/dnstool.nim
nim c
--nimcache
:/tmp
--out
:bin/make-torrc
-d
:release nimsrc/anonsurf/make_torrc.nim
nim c
--nimcache
:/tmp
--out
:bin/anonsurf-gtk
-p
:/usr/include/nim/
-d
:release nimsrc/anonsurf/AnonSurfGTK.nim
nim c
--nimcache
:/tmp
--out
:bin/anonsurf-gtk
-p
:/usr/include/nim/
-d
:release
--gc
:arc
nimsrc/anonsurf/AnonSurfGTK.nim
nim c
--nimcache
:/tmp
--out
:bin/anonsurf
-p
:/usr/include/nim/
-d
:release nimsrc/anonsurf/AnonSurfCli.nim
build
:
...
...
@@ -22,7 +22,7 @@ build:
mkdir
-p
bin/
nim c
--out
:bin/dnstool
-d
:release nimsrc/extra-tools/dnstool.nim
nim c
--out
:bin/make-torrc
-d
:release nimsrc/anonsurf/make_torrc.nim
nim c
--out
:bin/anonsurf-gtk
-d
:release nimsrc/anonsurf/AnonSurfGTK.nim
nim c
--out
:bin/anonsurf-gtk
-d
:release
--gc
:arc
nimsrc/anonsurf/AnonSurfGTK.nim
nim c
--out
:bin/anonsurf
-d
:release nimsrc/anonsurf/AnonSurfCli.nim
install
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment