aboutsummaryrefslogtreecommitdiffstats
path: root/python/Makefile
blob: 9551bb7bcb6391bc59912ca06a92c4ea3c68508d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
include ../Makefile.inc


.PHONY: all
all: build

.PHONY: build
build:
	find -name "Pubnub*py" | xargs sed -i "s/PubNub\ [0-9]\.[0-9]\.[0-9]/PubNub\ $(VERSION)/g"


.PHONY: clean
clean:

.PHONY: test
test:
	python tests/detailed-history-unit-test.py
	python tests/unit-test.py