summaryrefslogtreecommitdiff
path: root/c/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'c/Makefile')
-rwxr-xr-xc/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/Makefile b/c/Makefile
index fa0a285..61a4763 100755
--- a/c/Makefile
+++ b/c/Makefile
@@ -4,5 +4,5 @@ CC = gcc
all :
$(CC) rvs.c -Wall -ansi -g -o rvs
-test :
+test : test.c rvs.h plugin.c plugin.h plugin-debug.c plugin-depends.c
$(CC) test.c -Wall -ansi -g -o test