mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-29 06:06:27 -04:00
8 lines
92 B
Makefile
Executable File
8 lines
92 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export OFFLINE = @OFFLINE@
|
|
export BUILD_FE = 0
|
|
|
|
%:
|
|
dh $@ --no-parallel
|