Skip to content

Commit

Permalink
Makefile: add pyexternals target
Browse files Browse the repository at this point in the history
When running `make external` not all externals are created right
now, only the go ones. This commit ensures all are available inside
the `./external` dir.
  • Loading branch information
mvo5 committed Oct 7, 2024
1 parent dd2c66c commit f6efeba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ $(EXTERNAL_GO_EXECUTABLES_FULLPATH): | $(EXTERNAL_DIR)
# sources instead of pulling of the network
.PHONY: external
external: $(EXTERNAL_GO_EXECUTABLES_FULLPATH)
ln -sf $(VENV_DIR)/bin/osbuild-* $(EXTERNAL_DIR)/

clean: ## clean all build artifacts
rm -rf $(VENV_DIR)
Expand Down

0 comments on commit f6efeba

Please sign in to comment.