9 lines
174 B
Makefile
9 lines
174 B
Makefile
build:
|
|
dart run build_runner build --delete-conflicting-outputs
|
|
|
|
watch:
|
|
dart run build_runner watch --delete-conflicting-outputs
|
|
|
|
docker:
|
|
docker build -t cinema-display .
|