diff --git a/Makefile b/Makefile index 9b990e7..4631a0b 100644 --- a/Makefile +++ b/Makefile @@ -7,4 +7,4 @@ client: all: server client clean: - rm client server \ No newline at end of file + -rm -f client server \ No newline at end of file