From 891a8a79f200413f2b1ac6e158f26163d6c66f64 Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Fri, 15 Aug 2025 04:45:02 -0400 Subject: Refactor overlay --- Makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 43f87d8..3cddfcd 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,6 @@ -CARGO_OPTS = --config 'patch."https://github.com/lcolonq/teleia".teleia.path="../teleia/crates/teleia"' \ - --config 'patch."https://github.com/lcolonq/teleia".teleia_macros.path="../teleia/crates/teleia_macros"' +CARGO_OPTS = --config 'patch."https://github.com/lcolonq/teleia".teleia.path="../teleia/crates/teleia"' -.PHONY: build run rerun +.PHONY: build build: @mkdir -p .tmp/ -- cgit v1.2.3