Fixed inconsistent socket io.
[tlb/tomd.git] / Makefile
CommitLineData
e46bd334
TB
1# TODO > Use GNU automake tools
2
4dafa6fe 3all:tomd tomc
da4c0e62 4
070126d1
TB
5tomd:./src/tomd/main.c ./src/common/guile_helpers.c
6 gcc -o tomd \
7 ./src/tomd/main.c ./src/common/guile_helpers.c \
8 -I/usr/include/guile/2.0 \
9 -lguile-2.0
da4c0e62 10
1110e851
TB
11tomc:./src/tomc/main.c ./src/common/socketio.c
12 gcc -o tomc ./src/tomc/main.c ./src/common/socketio.c