1 2 3 4 5 6 7 8
#!/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