include ../Makefile.inc .PHONY: all all: build .PHONY: build build: cat ../common/LICENSE_HEADER > ./Pubnub.py echo "\n" >> ./Pubnub.py cat ../common/PubnubCrypto.py >> ./Pubnub.py echo "\n" >> ./Pubnub.py cat ../common/PubnubBase.py >> ./Pubnub.py echo "\n" >> ./Pubnub.py cat ../common/PubnubCoreAsync.py >> ./Pubnub.py echo "\n" >> ./Pubnub.py cat ./unassembled/Platform.py >> ./Pubnub.py find -name "Pubnub*py" | xargs sed -i "s/PubNub\ [0-9]\.[0-9]\.[0-9]/PubNub\ $(VERSION)/g" .PHONY: clean clean: rm -f Pubnub.py* .PHONY: test test: python tests/unit-tests.py /homebrew/'>homebrew
:beer: The missing package manager for OS X.
aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/cpputest.rb
blob: 786b95ad1b156de01d85e31bded2584429ae1136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20