diff --git a/vlad/rgz/Makefile b/vlad/rgz/Makefile index bdc0e34..6c1591b 100644 --- a/vlad/rgz/Makefile +++ b/vlad/rgz/Makefile @@ -16,4 +16,4 @@ client: client.c $(CC) $(CFLAGS) -o $(CLIENT) client.c $(LDFLAGS) clean: - rm -f server client + rm -f daemon client