7 lines
104 B
Makefile
Executable file
7 lines
104 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh ${@} --buildsystem cargo
|
|
|
|
override_dh_auto_test:
|
|
dh_auto_test -- test --all
|