summaryrefslogtreecommitdiff
path: root/c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c/Makefile')
-rwxr-xr-xc/Makefile8
1 files changed, 0 insertions, 8 deletions
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