Add mac specific configuration
[pykit.git] / Makefile
1 default: all ;
2
3 Makefile.qmake:
4         qmake -o Makefile.qmake pykit.pro
5
6 %: Makefile.qmake FORCE
7         @$(MAKE) -f Makefile.qmake $@
8 FORCE: ;
9
10 clean:
11         @[ ! -f Makefile.qmake ] || $(MAKE) -f Makefile.qmake clean
12         rm -rf pykit Makefile.qmake pykit.app
13
14 Makefile: ;
15