summaryrefslogtreecommitdiff
path: root/c/Makefile
diff options
context:
space:
mode:
authorLuke Shumaker <LukeShu@sbcglobal.net>2009-09-01 16:48:27 -0400
committerLuke Shumaker <lukeshu@sbcglobal.net>2015-06-26 00:30:14 -0600
commit1eacc442394d1f70bbe05dea699c80ca41f26d4c (patch)
treec2b0f733ff6aa2804cd8433b170f0cc1480e36f4 /c/Makefile
parent0c68c097a9d7fcc6fb90a0cf3ff54afe9b1fdabf (diff)
clean up
Diffstat (limited to 'c/Makefile')
-rwxr-xr-xc/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/c/Makefile b/c/Makefile
index 65238ab..fa0a285 100755
--- a/c/Makefile
+++ b/c/Makefile
@@ -3,3 +3,6 @@ CC = gcc
all :
$(CC) rvs.c -Wall -ansi -g -o rvs
+
+test :
+ $(CC) test.c -Wall -ansi -g -o test