14 lines
179 B
Makefile
Executable File
14 lines
179 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
CARGO_HOME=$(CURDIR)/.cargo
|
|
|
|
|
|
%:
|
|
dh $@ --with-quilt
|
|
|
|
override_dh_clean:
|
|
echo "dh_clean disabled!"
|
|
|
|
override_dh_auto_clean:
|
|
echo "dh_auto_clean disabled!"
|