Autocreate config dir

Nakidai 2023-10-30 03:10:21 +03:00
parent 40dc962d5e
commit d241321aff
Signed by untrusted user who does not match committer: nakidai
GPG Key ID: 914675D395210A97
1 changed files with 2 additions and 0 deletions

2
configure vendored
View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
mkdir config
CC=${CC:-cc} CC=${CC:-cc}
RM=${RM:-rm -f} RM=${RM:-rm -f}
CFLAGS=${CFLAGS:-} CFLAGS=${CFLAGS:-}