Merge pull request #329 from Dicebot/old-stuff-in-make

Remove unused OBJDIR from makefile
This commit is contained in:
Brian Schott 2016-06-08 14:40:49 -07:00
commit 9da7be1718
1 changed files with 0 additions and 2 deletions

View File

@ -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")\