Mercurial > hg > Applications > Grep
view c/mmap/Makefile @ 28:178cf2dfc45b
add make test
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 11 May 2014 18:14:02 +0900 |
parents | 0f4ccdbaf57f |
children |
line wrap: on
line source
TARGET= mmap OPTION= -Wall -O0 -g $(TARGET):main.cc clang $(OPTION) -o $(TARGET) main.cc clean: rm -f $(TARGET) rm -r $(TARGET).dSYM rm -f *~ \#* test: ./mmap -file main.cc