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
parent 1c582392a7
commit 9a36204b7d
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