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