makefile: Remove stdx-allocator from imports and sources

Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
This commit is contained in:
Andrei Horodniceanu 2024-05-02 20:42:38 +03:00 committed by Jan Jurzitza
parent 5ea76cd293
commit 0ea0572e86
1 changed files with 2 additions and 3 deletions

View File

@ -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