summaryrefslogtreecommitdiff
path: root/src/GNUmakefile
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-08-07 09:03:57 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-08-07 09:03:57 +0200
commit6e2469e60215d7d3d2557ce74370ff32d4442d7c (patch)
treecd4a9c46b9518f8c055cd33f4c58a9e71626df59 /src/GNUmakefile
parente41aee814d41ada4bb9651f8837d1d7b272820f9 (diff)
downloadcrawler-6e2469e60215d7d3d2557ce74370ff32d4442d7c.tar.gz
crawler-6e2469e60215d7d3d2557ce74370ff32d4442d7c.tar.bz2
more reduction of module code and fixed dependency problem when building
Diffstat (limited to 'src/GNUmakefile')
-rw-r--r--src/GNUmakefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GNUmakefile b/src/GNUmakefile
index 9351c13..4948b49 100644
--- a/src/GNUmakefile
+++ b/src/GNUmakefile
@@ -52,6 +52,8 @@ local_all: $(LOCAL_STATIC_LIB)
$(LOCAL_STATIC_LIB): $(LOCAL_STATIC_LIB_OBJS)
ar rcs $(LOCAL_STATIC_LIB) $(LOCAL_STATIC_LIB_OBJS)
+modules: $(LOCAL_STATIC_LIB)
+
local_clean:
@-rm -f $(LOCAL_STATIC_LIB)