summaryrefslogtreecommitdiff
path: root/Makefile
blob: 62f421e3e674c925d3b874f0816c45d3cd6777d5 (plain)
1
2
3
4
5
6
7
8
9
10
#!/usr/bin/make -f
# SPDX-FileCopyrightText: 2025 Matthew Fennell <matthew@fennell.dev>
#
# SPDX-License-Identifier: AGPL-3.0-or-later

/usr/local/bin/search: search.ha
	reuse lint
	hare test
	hare build -o search
	sudo mv search /usr/local/bin/