Merge pull request #329 from Dicebot/old-stuff-in-make
Remove unused OBJDIR from makefile
This commit is contained in:
commit
9da7be1718
2
makefile
2
makefile
|
@ -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")\
|
||||||
|
|
Loading…
Reference in New Issue