Merge pull request #6322 from dcantah/fix-makefile-windows
Fix default makefile target for windows
This commit is contained in:
		
							
								
								
									
										3
									
								
								Makefile
									
									
									
									
									
								
							
							
						
						
									
										3
									
								
								Makefile
									
									
									
									
									
								
							| @@ -141,6 +141,9 @@ CRIDIR=$(OUTPUTDIR)/cri | |||||||
| .PHONY: clean all AUTHORS build binaries test integration generate protos checkprotos coverage ci check help install uninstall vendor release mandir install-man genman install-cri-deps cri-release cri-cni-release cri-integration install-deps bin/cri-integration.test | .PHONY: clean all AUTHORS build binaries test integration generate protos checkprotos coverage ci check help install uninstall vendor release mandir install-man genman install-cri-deps cri-release cri-cni-release cri-integration install-deps bin/cri-integration.test | ||||||
| .DEFAULT: default | .DEFAULT: default | ||||||
|  |  | ||||||
|  | # Forcibly set the default goal to all, in case an include above brought in a rule definition. | ||||||
|  | .DEFAULT_GOAL := all | ||||||
|  |  | ||||||
| all: binaries | all: binaries | ||||||
|  |  | ||||||
| check: proto-fmt ## run all linters | check: proto-fmt ## run all linters | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Phil Estes
					Phil Estes