From 67d3b5846d84d4a2e5a31d4e268bc9d51495d7e0 Mon Sep 17 00:00:00 2001 From: Luke Shumaker Date: Thu, 3 Sep 2009 19:38:20 -0400 Subject: the C implementation properly loads the plugins, then creates a dependancy tree --- c/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'c/Makefile') 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 -- cgit v1.2.3-54-g00ecf