From 3ef3f8cd8d6bcb2d8c3401f7f89dca07af98adae Mon Sep 17 00:00:00 2001 From: Wolf Bergenheim Date: Thu, 31 Dec 2009 14:52:39 +0200 Subject: Added libplayback tests, which run through the the whole library. --- Makefile | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 7e9ea9a..80063bc 100644 --- a/Makefile +++ b/Makefile @@ -5,16 +5,15 @@ LIB = build/libresourceqt.so.1.0.0 %.make: %.pro $(QMAKE) -o $@ $< -clean: $(MAKEFILE) - $(MAKE) -f $(MAKEFILE) clean - cd tests; $(MAKE) clean - $(RM) $(MAKEFILE) - $(RM) -r build - all: $(MAKEFILE) $(MAKE) -f $(MAKEFILE) all cd tests; $(MAKE) all +clean: + $(RM) $(MAKEFILE) + $(RM) -r build + cd tests; $(MAKE) clean + install: $(MAKEFILE) $(MAKE) -f $(MAKEFILE) install cd tests; $(MAKE) install -- cgit v1.2.3