From d7e37199ce0cf50076dd24ff2583237c1bb4f5d9 Mon Sep 17 00:00:00 2001 From: mac <> Date: Fri, 29 Dec 2000 23:35:15 +0000 Subject: [PATCH] Added tmcd to the make file. --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 8ca74a7be..d272cb491 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ # Testbed wide makefile. -SUBDIRS = lib assign discvr tbsetup db os security +SUBDIRS = lib assign discvr tbsetup db os security tmcd all: all-subdirs install: all @@ -22,6 +22,7 @@ clean: @$(MAKE) -C assign clean @$(MAKE) -C discvr clean @$(MAKE) -C os clean + @$(MAKE) -C tmcd clean @$(MAKE) -C os/imagezip clean @$(MAKE) -C tbsetup/checkpass clean -- GitLab