all : gfw

gfw :
	gcc test.c -o test  

clean :
	rm -rf test


