[NUT-devel] [nut]: r277 - trunk/Makefile
ods15
subversion at mplayerhq.hu
Tue Jan 30 19:39:34 CET 2007
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
More information about the NUT-devel
mailing list