mirror of
https://git.proxmox.com/git/pmg-log-tracker
synced 2025-04-28 13:17:50 +00:00
12 lines
159 B
Makefile
Executable File
12 lines
159 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
%:
|
|
dh $@ --buildsystem cargo
|
|
|
|
override_dh_auto_test:
|
|
dh_auto_test -- test --all
|
|
|
|
override_dh_install:
|
|
ls -la ./
|
|
realpath ./
|
|
dh_install
|