[xiph-commits] r12314 - trunk/fusd
xiphmont at svn.xiph.org
xiphmont at svn.xiph.org
Sat Jan 13 00:55:35 PST 2007
Author: xiphmont
Date: 2007-01-13 00:55:34 -0800 (Sat, 13 Jan 2007)
New Revision: 12314
Modified:
trunk/fusd/Makefile
Log:
Add examples to default make
Modified: trunk/fusd/Makefile
===================================================================
--- trunk/fusd/Makefile 2007-01-13 08:54:07 UTC (rev 12313)
+++ trunk/fusd/Makefile 2007-01-13 08:55:34 UTC (rev 12314)
@@ -23,16 +23,19 @@
####################################################
-SUBDIRS = kfusd libfusd
+SUBDIRS = kfusd libfusd examples
default:
$(MAKE) -C libfusd
$(MAKE) -C kfusd
+ $(MAKE) -C examples
install:
$(MAKE) -C libfusd install
$(MAKE) -C kfusd install
+ $(MAKE) -C examples install
clean:
$(MAKE) -C kfusd clean
$(MAKE) -C libfusd clean
+ $(MAKE) -C examples clean
More information about the commits
mailing list