From 9a23671a55b4d8841154c18346ec3b8a9d5d3736 Mon Sep 17 00:00:00 2001 From: andromeda Date: Sun, 26 Apr 2026 21:50:34 +0200 Subject: add some basic terminal emulator stuff --- project.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'project.json') diff --git a/project.json b/project.json index 0912679..215004b 100644 --- a/project.json +++ b/project.json @@ -5,13 +5,13 @@ "version": "0.1.0", "build-dir": "build", "output": "build", + "dependency-search-paths": [ "lib" ], "targets": { "c3term-linux-x64": { "name": "c3term", "type": "executable", "target": "linux-x64", "sources": [ "main.c3" ], - "dependency-search-paths": [ "lib" ], "c-sources": [ "shim.c", "wl", // wayland-generated code -- cgit v1.3.1