7 lines
89 B
Makefile
7 lines
89 B
Makefile
SHELL := /bin/bash
|
|
|
|
r:
|
|
go run . < ../logs/log.txt
|
|
|
|
t:
|
|
time go run . < ../logs/log.txt
|