Make building samples more friendly

This commit is contained in:
Ben Straub 2012-12-16 10:50:10 -08:00
parent a7f125cdba
commit cc3e9b5af4
2 changed files with 6 additions and 0 deletions

2
examples/.gitignore vendored
View File

@ -1,2 +1,4 @@
general
showindex
diff
*.dSYM

View File

@ -14,3 +14,7 @@ OBJECTS = \
all: $(OBJECTS)
$(CC) $(CFLAGS) $(LDFLAGS) -o git2 $(OBJECTS)
clean:
$(RM) $(OBJECTS)
$(RM) git2