X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Makefile;h=3395a9e102957b02bbc6e1c25c56c8a97b8e5c76;hb=2414721b194453f058079d897d13c4e377f92dc6;hp=88b89f956fc46e2e2b417efee654b48d7b12768f;hpb=ebc12ce5bfcf6401c8fcc7e4935bc50142a65db4;p=git.git diff --git a/Makefile b/Makefile index 88b89f95..3395a9e1 100644 --- a/Makefile +++ b/Makefile @@ -397,6 +397,9 @@ $(patsubst %.py,%,$(SCRIPT_PYTHON)) : % : %.py git-cherry-pick: git-revert cp $< $@ +# format-patch records GIT_VERSION +git-format-patch: Makefile + %.o: %.c $(CC) -o $*.o -c $(ALL_CFLAGS) $< %.o: %.S