Files
docker-updater/makefile
2026-02-08 23:49:23 +01:00

12 lines
170 B
Makefile

debug:
go run -tags "debug" -race ./...
all: clean build
clean:
echo "* Cleaning the output directory"
rm -rf build
build:
echo "* Building the binary"
./build.sh