A couple more filters for guile features.
[tlb/tomd.git] / Makefile
CommitLineData
e46bd334
TB
1# TODO > Use GNU automake tools
2
4dafa6fe 3all:tomd tomc
da4c0e62 4
070126d1 5tomd:./src/tomd/main.c ./src/common/guile_helpers.c
229b92de
TB
6 gcc -static -o tomd \
7 -I/usr/local/include/guile/2.2 \
8 ./src/tomd/main.c ./src/common/guile_helpers.c
da4c0e62 9
1110e851 10tomc:./src/tomc/main.c ./src/common/socketio.c
229b92de 11 gcc -o tomc ./src/tomc/main.c ./src/common/socketio.c -static