diff options
| author | Devendra | 2014-04-24 00:59:50 +0530 |
|---|---|---|
| committer | Devendra | 2014-04-24 00:59:50 +0530 |
| commit | c5d2fb446378e78e9e164dbea969edd57314dc4b (patch) | |
| tree | 6be6ae2c7cd11b3a3a7c752ad00bb3edcd90347f /Makefile | |
| parent | 93379625e26c98a8cfab72c106ae40819843f956 (diff) | |
| download | pubnub-python-c5d2fb446378e78e9e164dbea969edd57314dc4b.tar.bz2 | |
removing files
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 19 |
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 :; |
