From af5adb887a676b6c609ad5b05350482273a006b1 Mon Sep 17 00:00:00 2001 From: Ilya Zlobintsev Date: Fri, 3 Jul 2026 18:09:36 +0300 Subject: [PATCH] chore: clean up makefile --- Makefile | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index c88e0b36..81d7ce82 100644 --- a/Makefile +++ b/Makefile @@ -10,11 +10,11 @@ build-release: .PHONY: build-debug build-debug: cargo build -p lact - + .PHONY: build-release-headless build-release-headless: cargo build -p lact --release --no-default-features --features=nvidia - + .PHONY: install-resources install-resources: install -Dm644 res/lactd.service $(DESTDIR)$(PREFIX)/lib/systemd/system/lactd.service @@ -26,7 +26,7 @@ install-resources: .PHONY: install install: install-resources install -Dm755 target/release/lact $(DESTDIR)$(PREFIX)/bin/lact - + .PHONY: install-debug install-debug: install-resources install -Dm755 target/debug/lact $(DESTDIR)$(PREFIX)/bin/lact @@ -45,8 +45,6 @@ uninstall: update-vulkan-schema: curl -o lact-daemon/vulkan_schema.json https://schema.khronos.org/vulkan/profiles-0.8-latest.json -NVIDIA_MODULES ?= ../open-gpu-kernel-modules - .PHONY: update-nvidia-headers update-nvidia-headers: cd lact-daemon/include/nvidia && ./update_kernel_files.sh