mirror of
http://galexander.org/git/simplesshd.git
synced 2024-11-16 03:59:03 +00:00
8 lines
167 B
Makefile
8 lines
167 B
Makefile
|
conf: configure.sh config.h.in
|
||
|
|
||
|
configure.sh: configure.ac aclocal.m4
|
||
|
autoconf -o configure.sh
|
||
|
|
||
|
config.h.in: configure.ac aclocal.m4
|
||
|
autoheader && touch config.h.in
|