chiark / gitweb /
make in layout too
authorian <ian>
Sun, 27 Mar 2005 22:26:01 +0000 (22:26 +0000)
committerian <ian>
Sun, 27 Mar 2005 22:26:01 +0000 (22:26 +0000)
Makefile

index edb870484bf184719d996728af0efab072e530d6..12ff9c889fba04490c108dd1bb3418fc13d97957 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@
 all:           picprogs hostprogs
 
 PICPROGS_DIRS= iwjpictest cebpic
-HOSTPROGS_DIRS=        hostside
+HOSTPROGS_DIRS=        layout hostside
 
 picprogs:
                set -e; for f in $(PICPROGS_DIRS); do $(MAKE) -C $$f; done