
30 Jan
2007
30 Jan
'07
7:39 p.m.
Author: ods15 Date: Tue Jan 30 19:39:33 2007 New Revision: 277 Modified: trunk/Makefile Log: add make install to top level directory Modified: trunk/Makefile ============================================================================== --- trunk/Makefile (original) +++ trunk/Makefile Tue Jan 30 19:39:33 2007 @@ -7,6 +7,9 @@ nututils: libnut FORCE ${MAKE} -C nututils +install: + ${MAKE} -C libnut install + distclean: clean