File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,9 @@ integ-test:
33
33
install :
34
34
35
35
clean :
36
- rm docker-credential-mmds
36
+ - rm -f docker-credential-mmds
37
37
38
- .PHONY : all credential-helper clean test integ-test install
38
+ distclean : clean
39
+
40
+ .PHONY : all credential-helper clean distclean test integ-test install
39
41
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ taskworkflow: taskworkflow.go $(GOMOD) $(GOSUM)
28
28
go build -o taskworkflow taskworkflow.go
29
29
30
30
remote-snapshotter :
31
- make -C cmd/remote-snapshotter $@
31
+ $( MAKE ) -C cmd/remote-snapshotter $@
32
32
33
33
test :
34
34
go test ./... $(EXTRAGOARGS )
@@ -66,7 +66,7 @@ testtap:
66
66
67
67
clean :
68
68
- rm -f taskworkflow
69
- - make -C cmd/remote-snapshotter $@
69
+ - $( MAKE ) -C cmd/remote-snapshotter $@
70
70
71
71
distclean : clean
72
72
- rm -rf logs
Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ http-address-resolver: $(SOURCES) $(GOMOD) $(GOSUM)
30
30
test :
31
31
go test ./... $(EXTRAGOARGS )
32
32
33
+ integ-test :
34
+
33
35
clean :
34
36
- rm -f demux-snapshotter
35
37
- rm -f http-resolver
You can’t perform that action at this time.
0 commit comments