diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-03-15 17:47:26 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2021-03-15 17:47:26 (EDT) |
commit | feced94b1eda53b5234498a4a45d2544796291fc (patch) | |
tree | 997caeb9113023f8dc84d66e65b4875a68fbf9ac | |
parent | 2259e3ae84544b04cacb0e87e76302870d355e61 (diff) | |
download | dodge-balls-feced94b1eda53b5234498a4a45d2544796291fc.zip dodge-balls-feced94b1eda53b5234498a4a45d2544796291fc.tar.gz dodge-balls-feced94b1eda53b5234498a4a45d2544796291fc.tar.bz2 |
build: Make games/classic build directory
-rw-r--r-- | configure.ac | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index eaf4387..434f627 100644 --- a/configure.ac +++ b/configure.ac @@ -120,6 +120,8 @@ if test "x$XCF2PNG" = "xno"; then xcftools may need to be installed.]) fi +AS_MKDIR_P([games/classic]) + AC_CONFIG_FILES([Makefile]) AC_CONFIG_HEADERS([config.h]) AC_OUTPUT() |