Skip to content

Commit a70716e

Browse files
Removed BASE_DIR
1 parent 3e28969 commit a70716e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ endif
77
DICT_DIR := $(shell pwd)/dict/$(if $(dict_dir),$(dict_dir)/)
88
WRITE_DIR := $(shell pwd)/write/$(if $(write_dir),$(write_dir)/)
99
READ_DIR := $(shell pwd)/read/$(if $(write_dir),$(write_dir)/)$(if $(read_dir),$(read_dir)/)
10-
BASE_DIR := $(shell pwd)
1110
export DICT_DIR
1211

1312
.PHONY: all

0 commit comments

Comments
 (0)