mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-19 05:26:54 +02:00
10 lines
160 B
Makefile
Executable file
10 lines
160 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
CFLAGS=-O3 -fstack-protector-strong
|
|
CXXFLAGS=-O3 -fstack-protector-strong
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
make ZT_USE_MINIUPNPC=1 -j 2
|