patch make2

This commit is contained in:
2025-12-12 14:52:22 +07:00
parent a5fb7c6bb7
commit c016f13040

View File

@@ -16,4 +16,4 @@ client: client.c
$(CC) $(CFLAGS) -o $(CLIENT) client.c $(LDFLAGS)
clean:
rm -f server client
rm -f daemon client