summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-01-16 15:07:54 +0100
committerErich Eckner <git@eckner.net>2020-01-16 15:07:54 +0100
commit26c056cc6fabbff24db824ca6cdede106fc43217 (patch)
treee746d04addec2e4dda4599c61d0bf1f74b11d2a2 /Makefile
parent05f9208e1f05f1ab5faffa7611a8cb3c149ddf96 (diff)
downloadgpx-statistics-26c056cc6fabbff24db824ca6cdede106fc43217.tar.xz
statistics.pas new
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/Makefile b/Makefile
new file mode 100644
index 0000000..8efab47
--- /dev/null
+++ b/Makefile
@@ -0,0 +1,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