mirror of
https://github.com/docker/cli.git
synced 2026-01-15 07:40:57 +03: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
|