Commit cc3e9b5a by Ben Straub

Make building samples more friendly

parent a7f125cd
general general
showindex showindex
diff
*.dSYM
...@@ -14,3 +14,7 @@ OBJECTS = \ ...@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment