X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=Makefile;h=99199923928f50b7b32beea673d01b448d6b3028;hb=755225de6ce4c7b39137afefb35208d0dbc14d9d;hp=8ce27a65fb822afe34374a719ac552ff79a45074;hpb=66ae0c7702e68765dad17aa05c5d9255d999216c;p=git.git diff --git a/Makefile b/Makefile index 8ce27a65..99199923 100644 --- a/Makefile +++ b/Makefile @@ -214,7 +214,7 @@ LIB_OBJS = \ $(DIFF_OBJS) BUILTIN_OBJS = \ - builtin-log.o builtin-help.o + builtin-log.o builtin-help.o builtin-push.o GITLIBS = $(LIB_FILE) $(XDIFF_LIB) LIBS = $(GITLIBS) -lz