summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 4afeb69..7518cd4 100644
--- a/Makefile
+++ b/Makefile
@@ -32,9 +32,11 @@ entry.o: entry.c include/entry.h include/group.h include/read_cfg.h
.PHONY: clean
clean:
- rm *.o $(NAME)
+ rm -f *.o
rm -f unix/*.o
rm -f windows/*.o
+ rm -f $(NAME)
+ rm -f $(NAME).exe
ifneq ($(OS),Windows_NT)