summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Makefile1
-rw-r--r--src/lua-apk.c1
2 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 5bd6b66..023b21c 100644
--- a/Makefile
+++ b/Makefile
@@ -1,3 +1,4 @@
+-include conf.mk
##
# Building apk-tools
diff --git a/src/lua-apk.c b/src/lua-apk.c
index 07cbc1c..cb36784 100644
--- a/src/lua-apk.c
+++ b/src/lua-apk.c
@@ -169,7 +169,6 @@ static int Papk_db_close(lua_State *L)
return 0;
}
-
static int push_package(lua_State *L, struct apk_package *pkg)
{
if (pkg == NULL) {