mirror of
https://github.com/dlang-community/dfmt.git
synced 2025-04-26 05:09:56 +03:00
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
1 changed files with 2 additions and 3 deletions
5
makefile
5
makefile
|
@ -1,9 +1,8 @@
|
||||||
PREFIX = /usr/local
|
PREFIX = /usr/local
|
||||||
|
|
||||||
SRC := $(shell find src -name "*.d") \
|
SRC := $(shell find src -name "*.d") \
|
||||||
$(shell find libdparse/src -name "*.d") \
|
$(shell find libdparse/src -name "*.d")
|
||||||
$(shell find stdx-allocator/source -name "*.d")
|
IMPORTS := -Ilibdparse/src -Isrc -Jbin
|
||||||
IMPORTS := -Ilibdparse/src -Istdx-allocator/source -Isrc -Jbin
|
|
||||||
|
|
||||||
DC ?= dmd
|
DC ?= dmd
|
||||||
LDC ?= ldc2
|
LDC ?= ldc2
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue