diff options
Diffstat (limited to 'Makefile')
| -rwxr-xr-x | Makefile | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/Makefile b/Makefile new file mode 100755 index 0000000..62f421e --- /dev/null +++ b/Makefile @@ -0,0 +1,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/ |
