aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDevendra2014-04-24 00:59:50 +0530
committerDevendra2014-04-24 00:59:50 +0530
commitc5d2fb446378e78e9e164dbea969edd57314dc4b (patch)
tree6be6ae2c7cd11b3a3a7c752ad00bb3edcd90347f /Makefile
parent93379625e26c98a8cfab72c106ae40819843f956 (diff)
downloadpubnub-python-c5d2fb446378e78e9e164dbea969edd57314dc4b.tar.bz2
removing files
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile19
1 files changed, 0 insertions, 19 deletions
diff --git a/Makefile b/Makefile
deleted file mode 100644
index b82c77b..0000000
--- a/Makefile
+++ /dev/null
@@ -1,19 +0,0 @@
-SUBDIRS = common python python-twisted python-tornado
-
-.PHONY: all test
-all test: $(SUBDIRS)
-
-all: TARG=all
-test: TARG=test
-
-$(SUBDIRS): force
- @ $(MAKE) -C $@ $(TARG)
-
-.PHONY: clean
-clean:
- for dir in $(SUBDIRS); do \
- $(MAKE) clean -C $$dir; \
- done
-
-.PHONY: force
-force :;