Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
Merge branch 'release/2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
marcoguido committed May 3, 2020
2 parents 095eb64 + 7b67126 commit aef63eb
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ stop:
@make -s stop-$(PLATFORM)

fresh-Linux:
$(error Task not supported on $($PLATFORM))
$(error Task not supported on $(PLATFORM))

fresh-Windows:
$(error Task not supported on $($PLATFORM))
$(error Task not supported on $(PLATFORM))

fresh-Darwin:
@make -s stop
Expand All @@ -167,4 +167,3 @@ fresh-Darwin:
fresh:
$(info Purging Docker volumes..)
@make -s fresh-$(PLATFORM)
$(info All cleaned!)

0 comments on commit aef63eb

Please sign in to comment.