Mercurial > hg > Members > masakoha > testcode
view c/regex/Makefile @ 101:2cc097419169 impl-bitvector
fix print
author | masasann |
---|---|
date | Tue, 17 Nov 2015 06:51:12 +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 *~ \#*