aboutsummaryrefslogtreecommitdiff
path: root/bitsquat/Makefile
diff options
context:
space:
mode:
authorDavid Timber <dxdt@dev.snart.me>2024-11-06 14:33:12 +0100
committerDavid Timber <dxdt@dev.snart.me>2024-11-06 14:33:12 +0100
commite439d74b7ffaf04b699a96253b03d911cc8a9dec (patch)
tree00b0118bca8cfef4384019f3256c2c8f3af3476a /bitsquat/Makefile
parent12645f4533216d4f0d42708faadc789888640ac2 (diff)
Add email alert to bitsquat ...
- bitsquat returns exit code 3 upon bitflip
Diffstat (limited to 'bitsquat/Makefile')
-rw-r--r--bitsquat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitsquat/Makefile b/bitsquat/Makefile
index aaa47ec..a9bcb6e 100644
--- a/bitsquat/Makefile
+++ b/bitsquat/Makefile
@@ -7,7 +7,7 @@ CC_CMD = $(CC) $(CC_OPTS) $(CC_OPTS_BT) $(CC_OPTS_EXTRA)
all: bitsquat
clean:
- rm -f bitsquat
+ rm -f bitsquat bitsquat.*.out
bitsquat: bitsquat.c
$(CC_CMD) -o bitsquat bitsquat.c