diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2009-09-03 19:38:20 -0400 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2015-06-26 00:30:14 -0600 |
commit | 67d3b5846d84d4a2e5a31d4e268bc9d51495d7e0 (patch) | |
tree | 92db2e7852b7ee09e55a68276101566c562a4283 /c/Makefile | |
parent | 1eacc442394d1f70bbe05dea699c80ca41f26d4c (diff) |
the C implementation properly loads the plugins, then creates a dependancy tree
Diffstat (limited to 'c/Makefile')
-rwxr-xr-x | c/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |