Mercurial > hg > Applications > Grep
view parallel_processing/chapter3/ppb_data_split/Makefile @ 62:a49b4a8b8c14
implement isLiteral
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Tue, 14 Jul 2015 16:45:07 +0900 |
parents | 508b47c8f4d8 |
children |
line wrap: on
line source
TARGET = ppb_data_split CC = clang++ CPPFLAGS = -g -O0 $(TARGET): $(TARGET).o $(CC) -g -O0 -o $@ $< $(TARGET).o: $(TARGET).cc clean: rm -f $(TARGET) rm -f *.o