mootoh / milpon

an iPhone application for Remember the Milk.

This URL has Read+Write access

milpon / Makefile
100644 14 lines (9 sloc) 0.436 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
.PHONY : task_test test clean
 
task_test:
xcodebuild -parallelizeTargets -target TaskUnitTest -configuration Debug -sdk macosx10.5 | grep -v setenv |grep -v '^objc'
 
test:
xcodebuild -parallelizeTargets -target UnitTest -configuration Debug -sdk macosx10.5 | grep -v setenv |grep -v '^objc'
 
clean:
xcodebuild -parallelizeTargets -target UnitTest -configuration Debug -sdk macosx10.5 clean
 
wc:
wc */*.m */*.h test/*/*.m test/*/*.h