mirror of
https://github.com/moby/moby.git
synced 2026-07-10 00:28:51 +00:00
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
|