comparison arib25/Makefile @ 56:521d796003b2

small build fixes - added install rule to arib25 top level makefile - suppress warning in compilation of arib_std_b25.c
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sun, 13 Sep 2009 11:48:40 +0900
parents 080414aa8f21
children
comparison
equal deleted inserted replaced
55:3a0c1a24c03b 56:521d796003b2
2 cd src; make all 2 cd src; make all
3 3
4 clean: 4 clean:
5 cd src; make clean 5 cd src; make clean
6 6
7 install:
8 cd src; make install