diff options
author | David Timber <dxdt@dev.snart.me> | 2024-11-06 14:33:12 +0100 |
---|---|---|
committer | David Timber <dxdt@dev.snart.me> | 2024-11-06 14:33:12 +0100 |
commit | e439d74b7ffaf04b699a96253b03d911cc8a9dec (patch) | |
tree | 00b0118bca8cfef4384019f3256c2c8f3af3476a /bitsquat/Makefile | |
parent | 12645f4533216d4f0d42708faadc789888640ac2 (diff) |
Add email alert to bitsquat ...
- bitsquat returns exit code 3 upon bitflip
Diffstat (limited to 'bitsquat/Makefile')
-rw-r--r-- | bitsquat/Makefile | 2 |
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 |