7 lines
85 B
Makefile
Executable file
7 lines
85 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
|
|
%:
|
|
dh $@
|
|
|
|
override_dh_gnome_clean:
|
|
dh_gnome_clean --no-control
|