mirror of
https://github.com/VCMP-SqMod/SqMod.git
synced 2025-03-13 23:57:13 +01:00
Update make "all"
Folders should be created when we want to use make all, right?
This commit is contained in:
parent
d668242901
commit
4762f49fa7
2
Makefile
2
Makefile
@ -184,7 +184,7 @@ clean:
|
|||||||
cd $(SQ_MODDIR)/mysql; $(SQ_MAKE) clean
|
cd $(SQ_MODDIR)/mysql; $(SQ_MAKE) clean
|
||||||
cd source; $(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:
|
folders:
|
||||||
mkdir -p $(SQ_LIBDIR)
|
mkdir -p $(SQ_LIBDIR)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user