#!/usr/bin/make -f CC = gcc all : $(CC) rvs.c -Wall -ansi -g -o rvs test : $(CC) test.c -Wall -ansi -g -o test