diff options
| -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 |
