Files
learngo/logparser/functional/Makefile
2019-08-28 20:23:38 +03:00

7 lines
89 B
Makefile

SHELL := /bin/bash
r:
go run . < ../logs/log.txt
t:
time go run . < ../logs/log.txt