diff 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
line wrap: on
line diff
--- a/arib25/Makefile	Sun Sep 13 03:05:31 2009 +0900
+++ b/arib25/Makefile	Sun Sep 13 11:48:40 2009 +0900
@@ -4,3 +4,5 @@
 clean:
 	cd src; make clean
 
+install:
+	cd src; make install