diff options
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 |
