8 lines
103 B
Makefile
8 lines
103 B
Makefile
SHELL := /bin/bash
|
|
|
|
run:
|
|
ghbc -l squiggle.bc estimate.bc
|
|
|
|
time:
|
|
time ghbc -l squiggle.bc estimate.bc
|