CC=icc
CFLAGS=/Gm+ 

getset.exe: getset.cpp
  $(CC) $(CFLAGS) %s yeah.lib


