target=fft_test
all:$(target).exe
$(target).obj:$(target).c
  cc $(target).c
$(target).exe:$(target).obj
  lnc $(target).obj
  