Update Makefile
This commit is contained in:
parent
dc19d692c9
commit
f1c3587f43
3
Makefile
3
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user