-
Notifications
You must be signed in to change notification settings - Fork 786
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Makefile: use
find
to detect source files
The current list of sources doesn't list vendor sources and some other .go files, requiring manual modifications to the Makefile to build binaries. This change uses `find` (from Podman's Makefile) to detect .go files across the repo. Removes the validation script since we're no longer specifying sources manually. And removes explicit *.go files as binary sources. Signed-off-by: Danish Prakash <[email protected]>
- Loading branch information
1 parent
52437ef
commit 17ee51d
Showing
2 changed files
with
10 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.