rpathsync / kisock

Python socket library for communicating with kibot (http://bitbucket.org/rpathsync/kibot)

Clone this repository (size: 131.6 KB): HTTPS / SSH
$ hg clone http://bitbucket.org/rpathsync/kisock/
commit 92: 05098265499b
parent 91: 8a3157152a4e
branch: default
make sure to clean before dist
Elliot Peele
3 years ago

Changed (Δ6 bytes):

raw changeset »

Makefile (1 lines added, 1 lines removed)

Up to file-list Makefile:

@@ -42,7 +42,7 @@ subdirs: default-subdirs
42
42
43
43
install: install-subdirs
44
44
45
dist: $(dist_files)
45
dist: clean $(dist_files)
46
46
	rm -rf $(DISTDIR)
47
47
	mkdir $(DISTDIR)
48
48
	for d in $(SUBDIRS); do make -C $$d DIR=$$d dist || exit 1; done