Skip to content

Commit

Permalink
Merge pull request #1437 from gogolok/correct_lifecycle_mk
Browse files Browse the repository at this point in the history
lifecycle.mk: Add creater and extender symlinks
  • Loading branch information
jabrown85 authored Dec 9, 2024
2 parents 8cfa351 + 68703b6 commit acd4499
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lifecycle.mk
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,6 @@ define build_lifecycle
ln -sf lifecycle $(OUT_DIR)/builder
ln -sf lifecycle $(OUT_DIR)/exporter
ln -sf lifecycle $(OUT_DIR)/rebaser
endef
ln -sf lifecycle $(OUT_DIR)/creator
ln -sf lifecycle $(OUT_DIR)/extender
endef

0 comments on commit acd4499

Please sign in to comment.