diff options
author | Calvin Morrison <mutantturkey@gmail.com> | 2014-02-26 13:38:43 -0500 |
---|---|---|
committer | Calvin Morrison <mutantturkey@gmail.com> | 2014-02-26 13:38:43 -0500 |
commit | c038740be3e0dec1798c0c660081f1b6d2445907 (patch) | |
tree | 42b84413c1ad0dcecadcb721176746ca788fd338 /Makefile | |
parent | 719c45d9ea49f33f087db899737ad5af4fc4414f (diff) |
update sparse
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,6 +1,6 @@ VERSION=\"0.0.2\" CC = gcc -CFLAGS = -O3 -s -mtune=native -Wall -DVERSION=$(VERSION) -Wextra -lcsparse +CFLAGS = -O3 -s -mtune=native -Wall -DVERSION=$(VERSION) -Wextra DESTDIR = /usr/local/ |