summaryrefslogtreecommitdiff
path: root/c/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-08-30 19:46:00 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:14 -0600
commit57ac88ce32736ae933c33b742392b4b4c2fba0cd (patch)
tree96f77390fbcb132800b3f65a62e01dd6f65426c8 /c/Makefile
parent24e77f63ae243c33e1d38792080eaec1db43f8f7 (diff)
begin reimplementing the wrapper in C
Diffstat (limited to 'c/Makefile')
-rwxr-xr-xc/Makefile5
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