summaryrefslogtreecommitdiff
path: root/Makefile
blob: 71acace1b098906a86eeec9b6cf0b0c8303c3370 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
all: build install reload

.PHONY: build install reload

build:
	stack build --test

install:
	stack install

reload:
	systemctl --user reload anomic