mirror of
https://github.com/tio/tio.git
synced 2026-05-01 14:57:59 +02:00
8 lines
158 B
Makefile
Executable file
8 lines
158 B
Makefile
Executable file
#!/usr/bin/make -f
|
|
# -*- makefile -*-
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --with autotools-dev --with bash-completion
|