diff options
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -50,7 +50,7 @@ $(LIB_FILE): $(LIB_OBJS) init-db: init-db.o -%: %.o $(LIB_FILE) +%: %.c $(LIB_FILE) $(CC) $(CFLAGS) -o $@ $< $(LIBS) blob.o: $(LIB_H) |
![]() |
index : git | |
| Mirror of https://git.kernel.org/pub/scm/git/git.git/ |
| summaryrefslogtreecommitdiffstats |
| -rw-r--r-- | Makefile | 2 |
@@ -50,7 +50,7 @@ $(LIB_FILE): $(LIB_OBJS) init-db: init-db.o -%: %.o $(LIB_FILE) +%: %.c $(LIB_FILE) $(CC) $(CFLAGS) -o $@ $< $(LIBS) blob.o: $(LIB_H) |