summaryrefslogtreecommitdiffhomepage
path: root/sofort/core/_infer/infer_posix.mk
diff options
context:
space:
mode:
Diffstat (limited to 'sofort/core/_infer/infer_posix.mk')
-rw-r--r--sofort/core/_infer/infer_posix.mk8
1 files changed, 8 insertions, 0 deletions
diff --git a/sofort/core/_infer/infer_posix.mk b/sofort/core/_infer/infer_posix.mk
index 3938325..ae990e8 100644
--- a/sofort/core/_infer/infer_posix.mk
+++ b/sofort/core/_infer/infer_posix.mk
@@ -17,3 +17,11 @@ $(STATIC_LIB):
mkdir -p lib
rm -f $@
$(AR) rcs $@ $(STATIC_OBJS)
+
+srcs.tag: tree.tag
+
+srcs.tag:
+ $(PROJECT_DIR)/sofort/tools/srctree.sh \
+ --srctree=$(SOURCE_DIR) -- \
+ $(COMMON_SRCS) $(APP_SRCS)
+ touch $@