summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
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