summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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