index
:
vector_c
master
Vector library implemented in C.
Lei Yu
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
Makefile
2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c251fac..dbfa3ae 100644
--- a/
Makefile
+++ b/
Makefile
@@ -17,4 +17,4 @@ test:
17
./vector_test
17
./vector_test
18
18
19
clean:
19
clean:
20
rm *.o *.a
20
rm
-rf
*.o *.a
vector_test.dSYM