Update Makefile

This commit is contained in:
Andros Fenollosa
2019-10-10 17:23:55 +02:00
committed by GitHub
parent dc19d692c9
commit f1c3587f43

View File

@ -11,3 +11,6 @@ prepare: ## Download and format csv with domains
cat top-1m.csv | sed -n 's/$$/,nil/p' >> top-1m-temp.csv cat top-1m.csv | sed -n 's/$$/,nil/p' >> top-1m-temp.csv
mv top-1m-temp.csv resources/top-1m.csv mv top-1m-temp.csv resources/top-1m.csv
rm top-1m.csv rm top-1m.csv
run: ## Run checks
lein run