From 7cd7907b9a4437c364200c0b455d753887080227 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Thu, 14 Oct 2010 15:19:19 +0200 Subject: added makefiles in the subdirs --- client/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 client/Makefile (limited to 'client') diff --git a/client/Makefile b/client/Makefile new file mode 100644 index 0000000..17cc9a0 --- /dev/null +++ b/client/Makefile @@ -0,0 +1,6 @@ +all: + -$(MAKE) -C.. client + +clean: + -$(MAKE) -C.. clean-client + -- cgit v1.2.3