diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -14,3 +14,8 @@ distclean:: clean $(LEVEL)/config.log \ $(LEVEL)/TAGS +AUTOCONF = autoconf + +configure: autoconf/configure.ac + cd autoconf && $(AUTOCONF) -o ../configure configure.ac + |