mirror of
https://git.proxmox.com/git/libgit2
synced 2025-08-06 18:03:32 +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
|
general
|
||||||
showindex
|
showindex
|
||||||
|
diff
|
||||||
|
*.dSYM
|
||||||
|
@ -14,3 +14,7 @@ OBJECTS = \
|
|||||||
|
|
||||||
all: $(OBJECTS)
|
all: $(OBJECTS)
|
||||||
$(CC) $(CFLAGS) $(LDFLAGS) -o git2 $(OBJECTS)
|
$(CC) $(CFLAGS) $(LDFLAGS) -o git2 $(OBJECTS)
|
||||||
|
|
||||||
|
clean:
|
||||||
|
$(RM) $(OBJECTS)
|
||||||
|
$(RM) git2
|
||||||
|
Loading…
Reference in New Issue
Block a user