Skip to content
This repository was archived by the owner on Mar 27, 2024. It is now read-only.

Makefile #42

Merged
merged 2 commits into from
Aug 28, 2017
Merged

Makefile #42

merged 2 commits into from
Aug 28, 2017

Conversation

r2d4
Copy link
Contributor

@r2d4 r2d4 commented Aug 25, 2017

Fixes #4
Fixes #22

I've added two build tags to make the containers/image library more portable.

Usage

make, make all will build a binary for the current platform into out/container-diff

make test will run the tests

make cross will build binaries at out/container-diff-linux-amd64 and out/container-diff-darwin-amd64

make clean will destroy the build directory out

@@ -0,0 +1,42 @@
VERSION_MAJOR ?= 0
VERSION_MINOR ?= 2
VERSION_BUILD ?= 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

do these get used anywhere?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Part of my master plan to implement #25

@r2d4 r2d4 mentioned this pull request Aug 25, 2017
@aaron-prindle
Copy link
Collaborator

LGTM

@aaron-prindle aaron-prindle merged commit 8c7d517 into GoogleContainerTools:master Aug 28, 2017
@r2d4 r2d4 deleted the makefile branch August 28, 2017 23:12
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants