Mercurial > hg > Applications > Grep
view c/regex/Makefile @ 46:e13aac1cff0f
fix
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 21 May 2015 23:30:54 +0900 |
parents | 0433a15ea8d2 |
children |
line wrap: on
line source
TARGET=read_lseek OPTION= -Wall -O0 -g $(TARGET):main.cc clang $(OPTION) -o $(TARGET) main.cc clean: rm -f $(TARGET) rm -r $(TARGET).dSYM rm -f *~ \#*