7 lines
66 B
Makefile
7 lines
66 B
Makefile
#!/usr/bin/make -f
|
|
|
|
PACKAGE = libump
|
|
|
|
%:
|
|
dh $@ --with autoreconf
|