mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -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
|