summaryrefslogtreecommitdiff
path: root/c/Makefile
diff options
context:
space:
mode:
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