Skip to content

Instantly share code, notes, and snippets.

@cutecycle
Created February 12, 2016 09:16
Show Gist options
  • Save cutecycle/9409de8efc148ad3932d to your computer and use it in GitHub Desktop.
Save cutecycle/9409de8efc148ad3932d to your computer and use it in GitHub Desktop.
1 XLSXFILES=$(wildcard ./*.xlsx)
2 OUTCSV=$(SOURCES: .xlsx=.csv)
3
4 ./data/masters: $(XLSXFILES)
5 in2csv $@ > $(OUTCSV)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment