5 lines
52 B
Makefile
5 lines
52 B
Makefile
#!/usr/bin/make -f
|
|
#export DH_VERBOSE=1
|
|
%:
|
|
dh $@
|
|
|
#!/usr/bin/make -f
|
|
#export DH_VERBOSE=1
|
|
%:
|
|
dh $@
|
|
|