From 6e2469e60215d7d3d2557ce74370ff32d4442d7c Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 7 Aug 2012 09:03:57 +0200 Subject: more reduction of module code and fixed dependency problem when building --- src/GNUmakefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/GNUmakefile') 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) -- cgit v1.2.3-54-g00ecf