1
0
mirror of https://github.com/didyouexpectthat/zerotierone.git synced 2025-03-12 04:35:51 -07:00
2018-01-12 18:20:00 -08:00

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