mirror of https://github.com/docker/docs.git
Merge pull request #1978 from dgageot/1974-fix-makefile
[WIP] Fix the Makefile
This commit is contained in:
commit
d181f532c4
|
@ -1,5 +1,5 @@
|
||||||
build-clean:
|
build-clean:
|
||||||
@rm -f $(PREFIX)/bin/*
|
@rm -Rf $(PREFIX)/bin/*
|
||||||
|
|
||||||
# Cross builder helper
|
# Cross builder helper
|
||||||
define gocross
|
define gocross
|
||||||
|
|
Loading…
Reference in New Issue