mirror of
https://github.com/yuezk/GlobalProtect-openconnect.git
synced 2025-04-02 18:31:50 -04:00
13 lines
206 B
Makefile
Executable File
13 lines
206 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
export OFFLINE = @OFFLINE@
|
|
export BUILD_FE = 0
|
|
export BUILD_GUI = @BUILD_GUI@
|
|
|
|
export PATH := /usr/lib/rust-@RUST_VERSION@/bin:$(PATH)
|
|
|
|
%:
|
|
which cargo
|
|
which rustc
|
|
dh $@ --no-parallel
|