mirror of
https://github.com/troglobit/editline.git
synced 2025-05-06 12:31:45 +08:00
9 lines
124 B
Makefile
Executable File
9 lines
124 B
Makefile
Executable File
#!/usr/bin/make -f
|
|
|
|
# Uncomment this to turn on verbose mode.
|
|
#export DH_VERBOSE=1
|
|
|
|
%:
|
|
dh $@ --with autoreconf
|
|
|