view c/long_size/Makefile @ 90:d139af3bbd67

remove static variable in printTree.cc
author Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp>
date Fri, 23 Oct 2015 17:48:01 +0900
parents 5d09235f2a7c
children
line wrap: on
line source

TARGET=long_size
OPTION= -Wall -O0 -g

$(TARGET):main.cc
	clang $(OPTION) -o $(TARGET) main.cc

clean:
	rm -f $(TARGET)
	rm -r $(TARGET).dSYM
	rm -f *~ \#*