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