Mercurial > hg > Applications > Grep
view c/realtime_input/Makefile @ 78:23a96fefa643
add make test
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 28 Sep 2015 16:53:06 +0900 |
parents | 3e3365a17573 |
children |
line wrap: on
line source
TARGET=realtime_input OPTION= -Wall -O0 -g $(TARGET):main.cc clang $(OPTION) -o $(TARGET) main.cc clean: rm -f $(TARGET) rm -r $(TARGET).dSYM rm -f *~ \#*