mirror of
https://github.com/ZeroTier/ZeroTierOne
synced 2025-07-05 20:41:44 -07:00
11 lines
128 B
Makefile
Executable file
11 lines
128 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
CFLAGS=-O3 -fstack-protector
|
|
CXXFLAGS=-O3 -fstack-protector
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
make -j 2
|
|
|