Skip to content

Commit dd220a1

Browse files
authored
Merge pull request #4 from tnozicka/fix
Fix Makefile and .gitignore
2 parents 399ad59 + 9a3f33a commit dd220a1

File tree

2 files changed

+4
-8
lines changed

2 files changed

+4
-8
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,6 @@
11
/openshift-sdn
22
/sdn-cni-plugin
3+
/network-controller
4+
/loopback
5+
/host-local
6+

Makefile

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,3 @@ include $(addprefix ./vendor/github.com/openshift/library-go/alpha-build-machine
2121
# It will generate target "image-$(1)" for builing the image an binding it as a prerequisite to target "images".
2222
$(call build-image,origin-node,./images/sdn/Dockerfile,.)
2323
$(call build-image,origin-sdn-controller,./images/sdn-controller/Dockerfile,.)
24-
25-
clean:
26-
$(RM) ./openshift-sdn
27-
$(RM) ./sdn-cni-plugin
28-
$(RM) ./network-controller
29-
.PHONY: clean
30-
31-
GO_TEST_PACKAGES :=./pkg/... ./cmd/...

0 commit comments

Comments
 (0)