# 
CC=x86_64-w64-mingw32-g++
CFLAGS=-w
LINKERS=-pthread

all :
	$(CC) $(CFLAGS) $(LINKERS) main.cpp -o main