diff Makefile @ 86:897d57a7ec95 draft

Add support for disabling features at build time Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
author yakumo.izuru
date Wed, 03 Apr 2024 23:17:16 +0000
parents 7b122b71fcfa
children 01ae2ad18ed1
line wrap: on
line diff
--- a/Makefile	Tue Mar 26 11:56:38 2024 +0000
+++ b/Makefile	Wed Apr 03 23:17:16 2024 +0000
@@ -4,7 +4,6 @@
 DATE ?= `date -u +%F`
 GOOS ?= `go env GOOS`
 VERSION ?= `git describe --tags`
-
 build:
 	go build ${GOFLAGS} ./cmd/aya
 clean: