aboutsummaryrefslogtreecommitdiff
path: root/Makefile
blob: bcc7241317501111ec483e5d41ee27a3e827d076 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
build: client-web-frontend hoarder

hoarder:
	stack build

client-web-frontend:
	cd hoarder-client-web/frontend && make

install:
	stack install

.PHONY: build