Files
GlobalProtect-openconnect/packaging/deb/rules.in
2024-12-24 07:18:41 +00:00

12 lines
175 B
Makefile
Executable File

#!/usr/bin/make -f
export OFFLINE = @OFFLINE@
export BUILD_FE = 0
export PATH := /usr/lib/rust-@RUST_VERSION@/bin:$(PATH)
%:
which cargo
which rustc
dh $@ --no-parallel