mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-16 12:06:55 +02:00
13 lines
245 B
Makefile
Executable file
13 lines
245 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
CFLAGS=-O3 -fstack-protector-strong
|
|
CXXFLAGS=-O3 -fstack-protector-strong
|
|
|
|
%:
|
|
dh $@ --with systemd
|
|
|
|
override_dh_auto_build:
|
|
make ZT_USE_MINIUPNPC=1 -j 2
|
|
|
|
override_dh_systemd_start:
|
|
dh_systemd_start --restart-after-upgrade
|