mirror of
https://github.com/kennethreitz-archive/heroku-splinder.git
synced 2026-06-20 23:40:58 +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
|