commit | author | age | ||
d7639a | 1 | trisurfdir=../ |
SP | 2 | trisurf_PROGRAMS=trisurf |
7958e9 | 3 | trisurf_SOURCES=general.c vertex.c bond.c triangle.c cell.c vesicle.c initial_distribution.c main.c |
d7639a | 4 | trisurf_LDFLAGS = -lm -lconfuse |
a2a676 | 5 | trisurf_CFLAGS = -Wall -Werror |