Skip to content

Commit a171ec1

Browse files
committed
Fix makefile after I accidentally broke it by sorting files alphabetically.
1 parent 7000f21 commit a171ec1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -781,9 +781,9 @@ HEADER_FILES = \
781781
Var.h \
782782
VectorizeLoops.h \
783783
WasmExecutor.h \
784-
WrapCalls.h
784+
WrapCalls.h \
785785
runtime/HalideBuffer.h \
786-
runtime/HalideRuntime.h \
786+
runtime/HalideRuntime.h
787787

788788
OBJECTS = $(SOURCE_FILES:%.cpp=$(BUILD_DIR)/%.o)
789789
HEADERS = $(HEADER_FILES:%.h=$(SRC_DIR)/%.h)
@@ -885,7 +885,7 @@ RUNTIME_CPP_COMPONENTS = \
885885
windows_yield \
886886
write_debug_image \
887887
vulkan \
888-
x86_cpu_features \
888+
x86_cpu_features
889889

890890
RUNTIME_LL_COMPONENTS = \
891891
aarch64 \

0 commit comments

Comments
 (0)