1@echo off
2set CFLAGS=-Wall -g -O2 -fno-common
3rm -f config.h Makefile config.cache
4bash ./configure
5make clean
6make
7