projects
/
epclust.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
work on CSV preprocessing
[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)