1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2025-06-17 15:47:14 +02: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

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)