From 9c7dcd551ae2a6d9ea5e784a0d239e11d0b12fbd Mon Sep 17 00:00:00 2001 From: Dicebot Date: Wed, 8 Jun 2016 11:52:26 +0300 Subject: [PATCH] Remove unused OBJDIR from makefile DCD now uses all-at-once build mode and this variable is not actually used anywhere. --- makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/makefile b/makefile index 0a1ce48..1a6bbd4 100644 --- a/makefile +++ b/makefile @@ -10,7 +10,6 @@ DMD := dmd GDC := gdc LDC := ldc2 -OBJ_DIR := objs DPARSE_DIR := libdparse DSYMBOL_DIR := dsymbol @@ -26,7 +25,6 @@ clean: rm -f dscanner-report.json rm -f githash.txt rm -f *.o - rm -rf $(OBJ_DIR) CLIENT_SRC := \ $(shell find src/common -name "*.d")\