Remove unused OBJDIR from makefile

DCD now uses all-at-once build mode and this variable is not
actually used anywhere.
This commit is contained in:
Dicebot 2016-06-08 11:52:26 +03:00
parent ea2eca23c9
commit 9c7dcd551a
1 changed files with 0 additions and 2 deletions

View File

@ -10,7 +10,6 @@ DMD := dmd
GDC := gdc GDC := gdc
LDC := ldc2 LDC := ldc2
OBJ_DIR := objs
DPARSE_DIR := libdparse DPARSE_DIR := libdparse
DSYMBOL_DIR := dsymbol DSYMBOL_DIR := dsymbol
@ -26,7 +25,6 @@ clean:
rm -f dscanner-report.json rm -f dscanner-report.json
rm -f githash.txt rm -f githash.txt
rm -f *.o rm -f *.o
rm -rf $(OBJ_DIR)
CLIENT_SRC := \ CLIENT_SRC := \
$(shell find src/common -name "*.d")\ $(shell find src/common -name "*.d")\