From 225f09561bf8537df431f574942f0433e765c2e0 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 18 Dec 2025 22:51:50 -0500 Subject: [PATCH] Update makefile and project tasks --- Makefile | 6 ++---- PROJECT.org | 6 +++++- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 15865b8..34a0d81 100644 --- a/Makefile +++ b/Makefile @@ -18,17 +18,15 @@ install-macos: # Build for the host system build: - export CGO_CPPFLAGS="$(pkg-config --cflags opencv4)" - export CGO_LDFLAGS="$(pkg-config --libs opencv4 | sed 's/-lopencv_hdf//g' | sed 's/-lopencv_viz//g')" go build -tags customenv -o build/$(BINARY_NAME) . # Cross-compile for macOS ARM64 build-macos-arm64: - GOOS=darwin GOARCH=arm64 go build -o build/$(BINARY_NAME)-macos-arm64 . + CGO_ENABLED=0 GOOS=darwin GOARCH=arm64 go build -o build/$(BINARY_NAME)-macos-arm64 . # Cross-compile for Linux AMD64 build-linux-amd64: - GOOS=linux GOARCH=amd64 go build -o build/$(BINARY_NAME)-linux-amd64 . + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -o build/$(BINARY_NAME)-linux-amd64 . # Build all targets build-all: build-macos-arm64 build-linux-amd64 diff --git a/PROJECT.org b/PROJECT.org index fcbbd46..a5ea040 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -7,7 +7,11 @@ :PROPERTIES: :ID: 578e0c5b-7a6b-de9b-c9b6-b2edbe45ae82 :END: -** DONE Deploy basic check app to mundilfari :feature::project:personal:furnacecheck:deploy:build: +** DONE Deploy basic check app to mundilfari :feature:project:personal:furnacecheck:deploy:build: :PROPERTIES: :ID: 6fa2f545-470e-257d-50fd-97a6ee59a859 :END: +** DONE Enable tracking all the lights on the furnace :project:personal:furnacecheck:feature: +:PROPERTIES: +:ID: 8f0956ed-af50-cd36-8e76-f0ff73440404 +:END: