Skip to content

Commit

Permalink
restructured shell code
Browse files Browse the repository at this point in the history
  • Loading branch information
brunoczim committed Nov 7, 2020
1 parent 3f8ae02 commit fdc5190
Show file tree
Hide file tree
Showing 11 changed files with 343 additions and 309 deletions.
12 changes: 10 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,11 @@ HEADERS = src/error.h \
src/query/topn.h \
src/query/tags.h \
src/query.h \
src/shell.h
src/shell.h \
src/shell/movie.h \
src/shell/user.h \
src/shell/topn.h \
src/shell/tags.h

MOVIEDB_OBJS = $(OBJ_DIR)/main.o \
$(OBJ_DIR)/error.o \
Expand All @@ -91,7 +95,11 @@ MOVIEDB_OBJS = $(OBJ_DIR)/main.o \
$(OBJ_DIR)/query/user.o \
$(OBJ_DIR)/query/topn.o \
$(OBJ_DIR)/query/tags.o \
$(OBJ_DIR)/shell.o
$(OBJ_DIR)/shell.o \
$(OBJ_DIR)/shell/movie.o \
$(OBJ_DIR)/shell/user.o \
$(OBJ_DIR)/shell/topn.o \
$(OBJ_DIR)/shell/tags.o

TEST_CSV_OBJS = $(OBJ_DIR)/error.o \
$(OBJ_DIR)/alloc.o \
Expand Down
Loading

0 comments on commit fdc5190

Please sign in to comment.