Switched to autotools
[tlb/tomd.git] / Makefile
diff --git a/Makefile b/Makefile
deleted file mode 100644 (file)
index 3affb96..0000000
--- a/Makefile
+++ /dev/null
@@ -1,11 +0,0 @@
-# TODO > Use GNU automake tools
-
-all:tomd tomc
-
-tomd:./src/tomd/main.c ./src/common/guile_helpers.c
-       gcc -static -o tomd \
-       -I/usr/local/include/guile/2.2 \
-       ./src/tomd/main.c ./src/common/guile_helpers.c
-
-tomc:./src/tomc/main.c ./src/common/socketio.c
-       gcc -o tomc ./src/tomc/main.c ./src/common/socketio.c -static