Skip to content

Instantly share code, notes, and snippets.

@mc256
Created March 13, 2018 14:00
Show Gist options
  • Save mc256/f5d0701b445e018b51499bf22c24a4bc to your computer and use it in GitHub Desktop.
Save mc256/f5d0701b445e018b51499bf22c24a4bc to your computer and use it in GitHub Desktop.
gcc -pipe -std=c++11 -lstdc++ -pthread -lev -lcrypto ./*.hpp ./*.cpp \
./connection/*.hpp ./connection/*.cpp \
./interface/*.hpp ./interface/*.cpp \
./program/*.hpp ./program/*.cpp \
./socks5/*.hpp ./socks5/*.cpp \
./utility/*.hpp ./utility/*.cpp
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment