aboutsummaryrefslogtreecommitdiffstats
path: root/src/build.c
diff options
context:
space:
mode:
authorTharre <tharre3@gmail.com>2016-11-01 21:18:38 +0100
committerTharre <tharre3@gmail.com>2016-11-01 23:53:07 +0100
commit395dd2631ff3b0125d6f989e26d856e6139e89c9 (patch)
treea931b978bad2bbeb4482152e47c1c4d72f76fa68 /src/build.c
parent6b86ecb97dc5c49993a34092a8edc199201a2056 (diff)
downloadredo-stamp.tar.gz
redo-stamp.tar.xz
redo-stamp.zip
TODO Implement redo-stampredo-stamp
Diffstat (limited to 'src/build.c')
-rw-r--r--src/build.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/build.c b/src/build.c
index 8253319..48ecb7a 100644
--- a/src/build.c
+++ b/src/build.c
@@ -442,6 +442,9 @@ static int handle_ident(dep_info *dep, int ident) {
return build_target(dep);
return 0;
+ case 's':
+ debug("Redo-stamp: %s\n", dep->target);
+ return 1;
case 'c':
return handle_c(dep);
default: