view arib25/Makefile @ 61:f1553492e8bb

ensure path of destination file exists. imported Jonathan Leffler's mkpath.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Fri, 09 Oct 2009 11:04:36 +0900
parents 521d796003b2
children
line wrap: on
line source

all:
	cd src; make all

clean:
	cd src; make clean

install:
	cd src; make install