summaryrefslogtreecommitdiff
path: root/Makefile
blob: 8efab47cc12d61f706a992bcaf20efdb37e570b1 (plain)
1
2
3
4
5
6
7
8
9
10
11
statistics: statistics.pas
	mkdir -p lib
	fpc -Mobjfpc -FUlib -Fu/usr/lib/fpc/src/packages/* -Fu../units "$<"

run: statistics
	find ~/tmp/ -name '*.gpx' \
	| sort \
	| tr '\n' '\0' \
	| xargs -0r cat \
	| ./gpx-to-tsv \
	| ./statistics