Mercurial > hg > Members > masakoha > testcode
view c/bitVector/Makefile @ 64:e0ad6c145f89
remove some errors
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 30 Jul 2015 17:30:57 +0900 |
parents | 010ae96a3e4e |
children | d19afac949a5 |
line wrap: on
line source
TARGET= bitVector OPTION= -Wall -O0 -g $(TARGET):main.cc clang $(OPTION) -o $(TARGET) main.cc clean: rm -f $(TARGET) rm -r $(TARGET).dSYM rm -f *~ \#*