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