diff options
author | Paweł Redman <pawel.redman@gmail.com> | 2019-07-12 21:42:39 +0200 |
---|---|---|
committer | Paweł Redman <pawel.redman@gmail.com> | 2019-07-12 21:42:39 +0200 |
commit | 02f52b45ca211beb8915b98e9d1e80a404e834b0 (patch) | |
tree | 1305418fb568202c2e26a3a38693de3889101f80 | |
parent | d6a537092f10ad0c7e850feab44e462ac66c6aa8 (diff) |
-rw-r--r-- | Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,9 +1,6 @@ SHELL := /bin/bash -DATA := data/nyc-old.log.gz \ - data/euro.log.gz \ - data/nyc.log.gz \ - data/nyc2.log.gz +DATA := $(wildcard data/*.log.gz) REPORTS := $(DATA:data/%.log.gz=reports/%.log) PLOTS := population ping ping-distrib |