diff options
| author | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 23:38:28 +0100 |
|---|---|---|
| committer | Fabrice <fabrice@schaub-dev.xyz> | 2026-02-09 23:38:28 +0100 |
| commit | 9e8b564bbd1561985c12d8151cc786198e454ec0 (patch) | |
| tree | dd0fd90a449b8cebd9ad080191dc610019fba1aa | |
| parent | 671329cb11d1ae2253a4381e49767c7ea5a56048 (diff) | |
use srcdir directly
| -rw-r--r-- | Makefile | 3 | ||||
| -rw-r--r-- | src/xdg-shell.h (renamed from include/wayclock/xdg-shell.h) | 0 |
2 files changed, 1 insertions, 2 deletions
@@ -1,8 +1,7 @@ WORK_DIR = . SRC_DIR = $(WORK_DIR)/src -INC_DIR = $(WORK_DIR)/include -CSH_FLAGS = -Wall -Wextra -Werror -pedantic -I$(INC_DIR) +CSH_FLAGS = -Wall -Wextra -Werror -pedantic -I$(SRC_DIR) CC = clang CC_STD = -std=c11 diff --git a/include/wayclock/xdg-shell.h b/src/xdg-shell.h index 9f796f0..9f796f0 100644 --- a/include/wayclock/xdg-shell.h +++ b/src/xdg-shell.h |
