summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabrice <fabrice@schaub-dev.xyz>2026-02-09 23:50:51 +0100
committerFabrice <fabrice@schaub-dev.xyz>2026-02-09 23:50:51 +0100
commit0c3a1a79b3d982a471b82874253c1421c98a911e (patch)
tree6b830226adca6d4d9deb09debb3ae587b456978e
parent10a67a97b107870ce7a0f35756aa1545bee46be9 (diff)
move for clarity
-rw-r--r--Makefile24
1 files changed, 12 insertions, 12 deletions
diff --git a/Makefile b/Makefile
index 99d46aa..56a1d4d 100644
--- a/Makefile
+++ b/Makefile
@@ -1,18 +1,6 @@
WORK_DIR = .
SRC_DIR = $(WORK_DIR)/src
-MI_DIR = $(WORK_DIR)/mimalloc
-MI_BUILD = $(MI_DIR)/build
-MI_OBJECT = $(MI_BUILD)/mimalloc.o
-MI_FLAGS = \
- -DMI_BUILD_STATIC=NO \
- -DMI_BUILD_SHARED=NO \
- -DMI_BUILD_OBJECT=YES \
- -DMI_BUILD_TESTS=NO \
- -DMI_USE_CXX=NO
-
-MI_GENERATOR = "Unix Makefiles"
-
CSH_FLAGS = -Wall -Wextra -Werror -pedantic -I$(SRC_DIR)
CC = clang
@@ -27,6 +15,18 @@ RM = rm -rf
ECHO = echo
CMAKE = cmake
+MI_DIR = $(WORK_DIR)/mimalloc
+MI_BUILD = $(MI_DIR)/build
+MI_OBJECT = $(MI_BUILD)/mimalloc.o
+MI_FLAGS = \
+ -DMI_BUILD_STATIC=NO \
+ -DMI_BUILD_SHARED=NO \
+ -DMI_BUILD_OBJECT=YES \
+ -DMI_BUILD_TESTS=NO \
+ -DMI_USE_CXX=NO
+
+MI_GENERATOR = "Unix Makefiles"
+
XDG_SHELL_PROT = $(WORK_DIR)/xdg-shell.xml
WAYCLOCK = $(WORK_DIR)/wayclock