summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2009-12-31 14:52:39 +0200
committerWolf Bergenheim <ext-wolf.2.bergenheim@nokia.com>2009-12-31 14:53:53 +0200
commit3ef3f8cd8d6bcb2d8c3401f7f89dca07af98adae (patch)
tree9251e77c74875ee6a4588658bcd48bdab2c915ea /Makefile
parentb95d5e2079786e8435f6afc176b3b8b80043b868 (diff)
Added libplayback tests, which run through the the whole library.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 5 insertions, 6 deletions
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