Skip to content

Commit

Permalink
make files: makes clone faster by depth=1
Browse files Browse the repository at this point in the history
  • Loading branch information
mengzhuo committed Sep 14, 2024
1 parent 423f804 commit eaba42e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GNUmakefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ TMPLEGACY := $(LEGACYLIBS)/source
TCCOS := unknown
TCCARCH := unknown
GITCLEANPULL := git clean -xf && git pull --quiet
GITFASTCLONE := git clone --filter=blob:none --quiet
GITFASTCLONE := git clone --filter=blob:none --quiet --depth=1

#### Platform detections and overrides:
_SYS := $(shell uname 2>/dev/null || echo Unknown)
Expand Down

0 comments on commit eaba42e

Please sign in to comment.