Organize project structure

This commit is contained in:
hqm 2021-09-15 00:02:03 +08:00
parent 0e9322bb93
commit c2b087217a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
OBJ += xcmd.o xcmd_default_keys.o xcmd_default_cmds.o test_cmds.o linux_main.o
BIN = xcmder
VPATH := ../../xcmd
INC += ../../xcmd
VPATH := ../../src
INC += ../../inc
OBJ_WITH_BUILD_DIR:=$(addprefix build/,$(OBJ))
all: mkbuilddir $(OBJ_WITH_BUILD_DIR)