mirror of
https://github.com/SoftEtherVPN/SoftEtherVPN.git
synced 2025-06-28 20:05:08 +03:00
9 lines
167 B
Makefile
Executable File
9 lines
167 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export DH_VERBOSE=1
|
|
CFLAGS := $(shell dpkg-buildflags --get CFLAGS)
|
|
LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS)
|
|
|
|
%:
|
|
dh $@ --with autoreconf
|