libgit-thin: Introduces pygit skeleton
[git/libgit-gsoc.git] / libgit-thin / pygit / Makefile
blob3e2dd6abe97ae34aa7e859ad2b5873c094c7a4ac
1 include ../make.subdirs
3 all: pygit.so
5 pygit.so: pygit.c setup.py
6 @python setup.py build
8 .PHONY: clean
10 clean:
11 rm -f $(CLEAN_FILES)
12 rm -rf build