X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=2184a74b80930afd8c6be431f8e0f14005173039;hb=90ffd0952f61717d93858b154d2505d0ba051b14;hp=57e70239503466fb3a77f1f2618ee64377e8e04b;hpb=65bc81d6fef619d7aadc5c7116be52860539f17a;p=git.git diff --git a/Makefile b/Makefile index 57e70239..2184a74b 100644 --- a/Makefile +++ b/Makefile @@ -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)