mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
12 lines
147 B
Makefile
Executable File
12 lines
147 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
CFLAGS=-O3 -fstack-protector
|
|
CXXFLAGS=-O3 -fstack-protector
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
make ZT_USE_MINIUPNPC=1 -j 2
|
|
|