makefile: Remove stdx-allocator from imports and sources
Signed-off-by: Andrei Horodniceanu <a.horodniceanu@proton.me>
This commit is contained in:
parent
5ea76cd293
commit
0ea0572e86
5
makefile
5
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
|
||||
|
|
Loading…
Reference in New Issue