From 4762f49fa7ac57984b002c3b1112f8df612f8fec Mon Sep 17 00:00:00 2001 From: KAKAN Date: Wed, 13 Jun 2018 00:09:42 +0530 Subject: [PATCH] Update make "all" Folders should be created when we want to use make all, right? --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index e97cc8b9..ad0aee9e 100644 --- a/Makefile +++ b/Makefile @@ -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)