mirror of
https://github.com/didyouexpectthat/zerotierone.git
synced 2024-11-13 19:50:07 -08:00
12 lines
129 B
Makefile
12 lines
129 B
Makefile
#!/usr/bin/make -f
|
|
|
|
CFLAGS=-O3 -fstack-protector
|
|
CXXFLAGS=-O3 -fstack-protector
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_auto_build:
|
|
# make -j 2
|
|
|