We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ea76cd commit 0ea0572Copy full SHA for 0ea0572
makefile
@@ -1,9 +1,8 @@
1
PREFIX = /usr/local
2
3
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
+ $(shell find libdparse/src -name "*.d")
+IMPORTS := -Ilibdparse/src -Isrc -Jbin
7
8
DC ?= dmd
9
LDC ?= ldc2
0 commit comments