aboutsummaryrefslogtreecommitdiff
path: root/bitsquat/Makefile
diff options
context:
space:
mode:
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