Skip to content

Commit

Permalink
add relative path
Browse files Browse the repository at this point in the history
  • Loading branch information
woojoong88 committed Nov 3, 2024
1 parent 63f7cb0 commit 698aead
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,8 @@ SKIP_CHECKOUT ?=
$(CHECKOUT_REPOS): | repos
if [ ! -d '$@' ] ;\
then git clone $(REPO_HOST)/$(@F) $@ ;\
pwd ;\
ls -al ;\
fi

# checkout correct ref if not under test, then copy subdirectories into main
Expand Down

0 comments on commit 698aead

Please sign in to comment.