Merge pull request #1978 from dgageot/1974-fix-makefile

[WIP] Fix the Makefile
This commit is contained in:
Olivier Gambier 2015-10-13 14:17:33 -07:00
commit d181f532c4
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
build-clean:
@rm -f $(PREFIX)/bin/*
@rm -Rf $(PREFIX)/bin/*
# Cross builder helper
define gocross