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