Mercurial > hg > Members > masakoha > testcode
view c/portmidi/Makefile @ 142:de0f332d560c pairPro
insert charClassMerge function
author | masa |
---|---|
date | Fri, 11 Dec 2015 14:54:00 +0900 |
parents | 4580f792d4c6 |
children |
line wrap: on
line source
TARGET=portmidi OPTION= -Wall -O0 -g LIBS= /usr/local/Cellar/portmidi/217/lib/libportmidi.dylib $(TARGET):main.cc clang++ $(OPTION) $(LIBS) -o $(TARGET) main.cc clean: rm -f $(TARGET) rm -r $(TARGET).dSYM rm -f *~ \#*