summaryrefslogtreecommitdiff
path: root/c/Makefile
blob: 61a476336852ca9a2046d5c3130c3adb59d78d88 (plain)
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