diff options
| author | LLLL Colonq <llll@colonq> | 2026-08-03 21:29:22 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2026-08-03 21:29:22 -0400 |
| commit | ede7ea7148cb173e24fbf70e79a259cebbf4e6e8 (patch) | |
| tree | 265375b716bfb688a60387fc81e9291fe314d13c /Makefile | |
| parent | 7be5db06389670d4266aca1e4845fc0e20ae1ff9 (diff) | |
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100644 index 0000000..ecf6e37 --- /dev/null +++ b/Makefile @@ -0,0 +1,5 @@ +.PHONY: web + +web: + cabal build all + cabal exec fig-web -- --bus-host=shiro --bus-port=32051 public |
