projects
/
epclust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
097420e8b280cd22e21b17a40dd3e984828829b5
[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)