From def881f37f26d6f3b9bf1a9c077dae4916717157 Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Thu, 21 Jan 2010 09:56:07 +0200 Subject: Refactored Resource --- Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 80063bc..387abfa 100644 --- a/Makefile +++ b/Makefile @@ -7,19 +7,19 @@ LIB = build/libresourceqt.so.1.0.0 all: $(MAKEFILE) $(MAKE) -f $(MAKEFILE) all - cd tests; $(MAKE) all + $(MAKE) -C tests all clean: $(RM) $(MAKEFILE) $(RM) -r build - cd tests; $(MAKE) clean + $(MAKE) -C tests clean install: $(MAKEFILE) $(MAKE) -f $(MAKEFILE) install - cd tests; $(MAKE) install + $(MAKE) -C tests install tests: force - cd tests; $(MAKE) tests + $(MAKE) -C tests tests force: ; -- cgit v1.2.3