From 84f304cef3eea73713403a1e969ae46f3a34d7a1 Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Thu, 10 Oct 2019 17:14:57 +0200 Subject: [PATCH] Update Makefile --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index abc23a5..aa32d84 100644 --- a/Makefile +++ b/Makefile @@ -10,4 +10,3 @@ prepare: ## Download and format csv with domains rm top-1m.csv.zip cat top-1m.csv | sed -n 's/$$/,nil/p' | >> top-1m.csv mv top-1m.csv resources - rm top-1m.csv