Skip to content

Commit

Permalink
makefile: Remove stdx-allocator from imports and sources
Browse files Browse the repository at this point in the history
Signed-off-by: Andrei Horodniceanu <[email protected]>
  • Loading branch information
the-horo authored and WebFreak001 committed May 11, 2024
1 parent 5ea76cd commit 0ea0572
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 0ea0572

Please sign in to comment.