projects
/
epclust.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
fix convert_to_CSV.c
[epclust.git]
/
data
/
preprocessing
/
Makefile
Commit
Line
Data
a0fa5bd0
BA
1
TARGET = transform.exe
2
3
$(TARGET): convert_to_CSV.c
4
gcc convert_to_CSV.c -lm -lcgds -o $(TARGET)