From 0ea0572e86a270bb2d146e3609fbb72c624d32d0 Mon Sep 17 00:00:00 2001 From: Andrei Horodniceanu Date: Thu, 2 May 2024 20:42:38 +0300 Subject: [PATCH] makefile: Remove stdx-allocator from imports and sources Signed-off-by: Andrei Horodniceanu --- makefile | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/makefile b/makefile index bd36ee0..74db7b5 100644 --- a/makefile +++ b/makefile @@ -1,9 +1,8 @@ PREFIX = /usr/local SRC := $(shell find src -name "*.d") \ - $(shell find libdparse/src -name "*.d") \ - $(shell find stdx-allocator/source -name "*.d") -IMPORTS := -Ilibdparse/src -Istdx-allocator/source -Isrc -Jbin + $(shell find libdparse/src -name "*.d") +IMPORTS := -Ilibdparse/src -Isrc -Jbin DC ?= dmd LDC ?= ldc2