summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 9e94fb2..6bf4a1a 100644
--- a/Makefile
+++ b/Makefile
@@ -62,7 +62,7 @@ $(NAME): $(OBJ_FILES)
ar rcs $(NAME) $(OBJ_FILES)
clean:
- rm -f $(OBJ_FILES)
+ rm -f $(OBJ_FILES) $(BONUS_FILES)
fclean: clean
rm -f $(NAME)