Mercurial > hg > Applications > Grep
view c/mmap/Makefile @ 29:b9d005c23aaa
inplement blocked mmap
& remove e.txt
author | Masataka Kohagura <kohagura@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 11 May 2014 19:02:56 +0900 |
parents | 178cf2dfc45b |
children |
line wrap: on
line source
TARGET= mmap OPTION= -Wall -O0 -g $(TARGET):main.cc clang $(OPTION) -o $(TARGET) main.cc clean: rm -f $(TARGET) rm -r $(TARGET).dSYM rm -f *~ \#* test: ./mmap -file main.cc