GlobalProtect-openconnect/packaging/deb/rules.in
2024-12-26 21:50:39 +08:00

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