diff options
| author | LLLL Colonq <llll@colonq> | 2025-08-15 04:45:02 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2025-08-15 04:45:02 -0400 |
| commit | 891a8a79f200413f2b1ac6e158f26163d6c66f64 (patch) | |
| tree | d2ef73072d2c5c8a9661c5a606a7049e3bf35b8e /Makefile | |
| parent | e4ded2c09e6c378040f80e80886aa9c087fe14b4 (diff) | |
Refactor overlay
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -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/ |
