Skip to content

Commit

Permalink
Merge pull request #228 from vshn/fix/legacy_make_targets
Browse files Browse the repository at this point in the history
Remove old make targets
  • Loading branch information
Kidswiss committed Sep 10, 2024
2 parents c8d9f85 + c1d484d commit be06da9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 12 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -209,3 +209,7 @@ api-bootstrap:

.PHONY: bootstrap
bootstrap: api-bootstrap generate ## API bootstrapping, create a new claim/composite API ready to be used

.PHONY: install-proxy
install-proxy:
kubectl apply -f hack/functionproxy
12 changes: 0 additions & 12 deletions package/package.mk

This file was deleted.

0 comments on commit be06da9

Please sign in to comment.