1
0
mirror of https://github.com/VCMP-SqMod/SqMod.git synced 2024-11-08 00:37:15 +01:00

Change target order in Makefile

This commit is contained in:
Lucas Eriksson 2019-06-28 13:17:04 +02:00
parent d3e6adea14
commit a5a049e45e

View File

@ -144,6 +144,8 @@ ifdef CLEAN
SQ_TARGET += clean
endif
all: folders mod_squirrel mod_sqlite mod_xml mod_mmdb mod_irc mod_mysql
mod_squirrel:
cd $(SQ_BASEDIR)/source; $(SQ_MAKE) $(SQ_TARGET)
@ -189,8 +191,6 @@ clean:
cd $(SQ_MODDIR)/mysql; $(SQ_MAKE) clean
cd source; $(SQ_MAKE) clean
all: folders mod_squirrel mod_sqlite mod_xml mod_mmdb mod_irc mod_mysql
folders:
mkdir -p $(SQ_LIBDIR)
mkdir -p $(SQ_OUTDIR)