view c/read_lseek/Makefile @ 105:766fc2476f01 bitVec-Kaito

fix indent size
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Wed, 18 Nov 2015 19:33:07 +0900
parents 57b2c00b9dc6
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 *~ \#*