1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-01-31 09:57:14 +01:00

Update make "all"

Folders should be created when we want to use make all, right?
This commit is contained in:
KAKAN 2018-06-13 00:09:42 +05:30 committed by GitHub
parent d668242901
commit 4762f49fa7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -184,7 +184,7 @@ clean:
cd $(SQ_MODDIR)/mysql; $(SQ_MAKE) clean
cd source; $(SQ_MAKE) clean
all: mod_squirrel mod_sqlite mod_xml mod_mmdb mod_irc mod_mysql
all: folders mod_squirrel mod_sqlite mod_xml mod_mmdb mod_irc mod_mysql
folders:
mkdir -p $(SQ_LIBDIR)