mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-03 14:38:08 +00:00
Make building samples more friendly
This commit is contained in:
parent
a7f125cdba
commit
cc3e9b5af4
2
examples/.gitignore
vendored
2
examples/.gitignore
vendored
@ -1,2 +1,4 @@
|
||||
general
|
||||
showindex
|
||||
diff
|
||||
*.dSYM
|
||||
|
@ -14,3 +14,7 @@ OBJECTS = \
|
||||
|
||||
all: $(OBJECTS)
|
||||
$(CC) $(CFLAGS) $(LDFLAGS) -o git2 $(OBJECTS)
|
||||
|
||||
clean:
|
||||
$(RM) $(OBJECTS)
|
||||
$(RM) git2
|
||||
|
Loading…
Reference in New Issue
Block a user