summaryrefslogtreecommitdiff
path: root/c/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-09-03 19:38:20 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:14 -0600
commit67d3b5846d84d4a2e5a31d4e268bc9d51495d7e0 (patch)
tree92db2e7852b7ee09e55a68276101566c562a4283 /c/Makefile
parent1eacc442394d1f70bbe05dea699c80ca41f26d4c (diff)
the C implementation properly loads the plugins, then creates a dependancy tree
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