From b3309fb4a3307f102c8c619ed107bee142fbcf81 Mon Sep 17 00:00:00 2001 From: ian Date: Sun, 27 Mar 2005 22:26:01 +0000 Subject: [PATCH] make in layout too --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index edb8704..12ff9c8 100644 --- 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 -- 2.30.2