Skip to content

Commit 0ea0572

Browse files
the-horoWebFreak001
authored andcommitted
makefile: Remove stdx-allocator from imports and sources
Signed-off-by: Andrei Horodniceanu <[email protected]>
1 parent 5ea76cd commit 0ea0572

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
11
PREFIX = /usr/local
22

33
SRC := $(shell find src -name "*.d") \
4-
$(shell find libdparse/src -name "*.d") \
5-
$(shell find stdx-allocator/source -name "*.d")
6-
IMPORTS := -Ilibdparse/src -Istdx-allocator/source -Isrc -Jbin
4+
$(shell find libdparse/src -name "*.d")
5+
IMPORTS := -Ilibdparse/src -Isrc -Jbin
76

87
DC ?= dmd
98
LDC ?= ldc2

0 commit comments

Comments
 (0)