From 34ea2a9c3910cc9d776e1e154cbee428ac2718c7 Mon Sep 17 00:00:00 2001 From: lucapette Date: Mon, 2 Jan 2017 11:56:03 +0100 Subject: [PATCH] Remove copy/past relic as noted by @jspc --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 831e6699f..3b4764d4c 100644 --- a/Makefile +++ b/Makefile @@ -26,5 +26,3 @@ help: @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' .DEFAULT_GOAL := help - -.PHONY: assets