diff --git a/Makefile b/Makefile index 8ca74a7be42fbe0f5cbca92a9de95168474924d3..d272cb491fecb6d1249f5efeaf055cef19ee555e 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