mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-09 08:46:54 +02:00
11 lines
129 B
Makefile
11 lines
129 B
Makefile
#!/usr/bin/make -f
|
|
|
|
CFLAGS=-O3 -fstack-protector
|
|
CXXFLAGS=-O3 -fstack-protector
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
# make -j 2
|
|
|