diff options
author | Ben Straub <bs@github.com> | 2012-12-16 10:50:10 -0800 |
---|---|---|
committer | Ben Straub <bs@github.com> | 2012-12-16 10:50:10 -0800 |
commit | cc3e9b5af46ab090944c1a67900564479069c686 (patch) | |
tree | 0439f34558ea2a8376fdc6efcb5623b4076f23a7 /examples/network | |
parent | a7f125cdba0fe00c7df39e124e104fd030718350 (diff) | |
download | libgit2-cc3e9b5af46ab090944c1a67900564479069c686.tar.gz |
Make building samples more friendly
Diffstat (limited to 'examples/network')
-rw-r--r-- | examples/network/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/network/Makefile b/examples/network/Makefile index ef3cec659..60969bd87 100644 --- a/examples/network/Makefile +++ b/examples/network/Makefile @@ -14,3 +14,7 @@ OBJECTS = \ all: $(OBJECTS) $(CC) $(CFLAGS) $(LDFLAGS) -o git2 $(OBJECTS) + +clean: + $(RM) $(OBJECTS) + $(RM) git2 |