Skip to content
This repository was archived by the owner on May 5, 2018. It is now read-only.

Commit e76ccc2

Browse files
committed
Makefile: Little simplification.
1 parent 6a25155 commit e76ccc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,8 @@ $(RELEASES):
104104

105105

106106
.PHONY: pull
107-
pull: gen/src/$(RELEASE)/
107+
pull:
108+
mkdir -p gen/src/$(RELEASE)/
108109
git -C gen/src/$(RELEASE) pull --ff-only
109110

110111

0 commit comments

Comments
 (0)