diff options
Diffstat (limited to 'c/Makefile')
-rwxr-xr-x | c/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/c/Makefile b/c/Makefile new file mode 100755 index 0000000..65238ab --- /dev/null +++ b/c/Makefile @@ -0,0 +1,5 @@ +#!/usr/bin/make -f +CC = gcc + +all : + $(CC) rvs.c -Wall -ansi -g -o rvs |