Skip to content

Commit

Permalink
Renaming
Browse files Browse the repository at this point in the history
  • Loading branch information
uweseimet committed Oct 4, 2023
1 parent 70c1472 commit 29ac634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ OBJ_SCSILOOP := $(addprefix $(OBJDIR)/,$(notdir $(SRC_SCSILOOP:%.cpp=%.o)))
OBJ_SHARED := $(addprefix $(OBJDIR)/,$(notdir $(SRC_SHARED:%.cpp=%.o)))
OBJ_GENERATED := $(addprefix $(OBJDIR)/,$(notdir $(SRC_GENERATED:%.cpp=%.o)))

LIB_PISCSI_CORE = $(LIBDIR)/libpiscsi.a
LIB_PISCSI_CORE = $(LIBDIR)/libpiscsi_core.a
LIB_SHARED = $(LIBDIR)/libshared.a

GENERATED_DIR = generated
Expand Down

0 comments on commit 29ac634

Please sign in to comment.