mirror of
https://github.com/koodiklinikka/palkkakysely.git
synced 2026-03-07 00:01:31 +00:00
Every great journey starts with a Makefile
This commit is contained in:
9
Makefile
Normal file
9
Makefile
Normal file
@@ -0,0 +1,9 @@
|
||||
.PHONY: data/results.xlsx data/results.tsv
|
||||
|
||||
all: data/results.xlsx data/results.tsv
|
||||
|
||||
data/results.xlsx:
|
||||
curl -fsSL -o $@ "https://docs.google.com/spreadsheets/d/1l-Zgf1HqaFGd8gRA8kQzaxJ3R7eJy29ORUS8pr5o0nk/export?format=xlsx"
|
||||
|
||||
data/results.tsv:
|
||||
curl -fsSL -o $@ "https://docs.google.com/spreadsheets/d/1l-Zgf1HqaFGd8gRA8kQzaxJ3R7eJy29ORUS8pr5o0nk/export?format=tsv"
|
||||
Reference in New Issue
Block a user