From ea8a13dfa2a25f52cc245a8992fbff5d1e41106d Mon Sep 17 00:00:00 2001
From: Luke Shumaker <LukeShu@sbcglobal.net>
Date: Sat, 5 Sep 2009 13:00:55 -0400
Subject: work on tieing it all together

---
 c/Makefile | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100755 c/Makefile

(limited to 'c/Makefile')

diff --git a/c/Makefile b/c/Makefile
deleted file mode 100755
index 61a4763..0000000
--- a/c/Makefile
+++ /dev/null
@@ -1,8 +0,0 @@
-#!/usr/bin/make -f
-CC = gcc
-
-all : 
-	$(CC) rvs.c -Wall -ansi -g -o rvs
-
-test : test.c rvs.h plugin.c plugin.h plugin-debug.c plugin-depends.c
-	$(CC) test.c -Wall -ansi -g -o test
-- 
cgit v1.2.3-54-g00ecf