diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -2,7 +2,8 @@ SHELL := /bin/bash DATA := data/nyc-old.log.gz \ data/euro.log.gz \ - data/nyc.log.gz + data/nyc.log.gz \ + data/nyc2.log.gz REPORTS := $(DATA:data/%.log.gz=reports/%.log) PLOTS := population ping ping-distrib |