Files
learngo/interfaces/05-log-parser/functional/Makefile

7 lines
89 B
Makefile
Raw Normal View History

2019-08-17 15:55:25 +03:00
SHELL := /bin/bash
r:
go run . < ../logs/log.txt
t:
time go run . < ../logs/log.txt