Skip to content

Commit

Permalink
Merge pull request #4 from tnozicka/fix
Browse files Browse the repository at this point in the history
Fix Makefile and .gitignore
  • Loading branch information
sttts authored Jul 18, 2019
2 parents 399ad59 + 9a3f33a commit dd220a1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 8 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
/openshift-sdn
/sdn-cni-plugin
/network-controller
/loopback
/host-local

8 changes: 0 additions & 8 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,3 @@ include $(addprefix ./vendor/github.com/openshift/library-go/alpha-build-machine
# It will generate target "image-$(1)" for builing the image an binding it as a prerequisite to target "images".
$(call build-image,origin-node,./images/sdn/Dockerfile,.)
$(call build-image,origin-sdn-controller,./images/sdn-controller/Dockerfile,.)

clean:
$(RM) ./openshift-sdn
$(RM) ./sdn-cni-plugin
$(RM) ./network-controller
.PHONY: clean

GO_TEST_PACKAGES :=./pkg/... ./cmd/...

0 comments on commit dd220a1

Please sign in to comment.