8 lines
102 B
Makefile
Executable File
8 lines
102 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@ --buildsystem cargo
|
|
|
|
override_dh_auto_test:
|
|
dh_auto_test -- test --all
|