daml/navigator/backend/Makefile
Robert Autenrieth fcc8a43394 Navigator: Remove unused Makefile targets
... and fix the "start-frontend" target
2019-04-05 12:10:55 +02:00

14 lines
227 B
Makefile

.PHONY: build test start
default: build
build:
bazel build //navigator/backend/...
test:
bazel test //navigator/backend/...
report-licenses:
sbt dumpLicenseReport
cp target/license-reports/navigator-licenses.csv $(OUT)