First commit
[epclust.git] / data / preprocessing / Makefile
1 TARGET = transform.exe
2
3 $(TARGET): convert_to_CSV.c
4 gcc convert_to_CSV.c -lm -lcgds -o $(TARGET)