Skip to content

Commit d181f53

Browse files
committed
Merge pull request docker-archive-public#1978 from dgageot/1974-fix-makefile
[WIP] Fix the Makefile
2 parents ebd45f5 + 28656c0 commit d181f53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/build.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
build-clean:
2-
@rm -f $(PREFIX)/bin/*
2+
@rm -Rf $(PREFIX)/bin/*
33

44
# Cross builder helper
55
define gocross

0 commit comments

Comments
 (0)