summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorlshprung <lshprung@yahoo.com>2021-03-17 16:39:41 -0700
committerlshprung <lshprung@yahoo.com>2021-03-17 16:39:41 -0700
commitb1e4742b8983aabdcd3fcd24d6623582c3b3d28c (patch)
treed64ce777a0fce1ae135e980c3dabf155b6a53a33 /Makefile
parent747a0033329875be91edaee6d1c4ccea65e594dc (diff)
Added Windows compile instructions
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)