From bf4630076762d9c20c16c80c1c791f352b046dd1 Mon Sep 17 00:00:00 2001 From: Brad Bishop Date: Mon, 30 Jun 2014 22:10:16 -0500 Subject: Port FFS tools over from Building Block repository. --- clib/Makefile | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 clib/Makefile (limited to 'clib/Makefile') diff --git a/clib/Makefile b/clib/Makefile new file mode 100644 index 0000000..e08925f --- /dev/null +++ b/clib/Makefile @@ -0,0 +1,10 @@ +SUBDIRS=x86 + +.PHONY: subdirs $(SUBDIRS) + +subdirs: $(SUBDIRS) + +$(SUBDIRS):: + $(MAKE) -C $@ $(MAKECMDGOALS) + +all clean install: $(SUBDIRS) -- cgit v1.2.1