8 lines
94 B
Makefile
Executable File
8 lines
94 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh ${@} --with autotools_dev
|