summaryrefslogtreecommitdiff
path: root/c/Makefile
blob: fa0a2853a15f946465068a0200989c067d890cf1 (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 :
	$(CC) test.c -Wall -ansi -g -o test