Skip to content

Commit

Permalink
Merge pull request #59 from teledatics/master
Browse files Browse the repository at this point in the history
Fix build issue in CLI Makefile
  • Loading branch information
newracom committed Oct 26, 2022
2 parents 2b866e4 + a1e1f2c commit 31733ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package/host/src/cli_app/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lib$(TARGET).so: $(LIB_SRCS)
@$(CC) -shared -o $@ $(LIB_OBJS)
@$(RM) *.o

$(TARGET): $(EXE_SRCS)
$(TARGET): $(EXE_SRCS) lib$(TARGET).a
@echo "$@"
@$(CC) $^ -o $@ $(CFLAGS) $(LFLAGS)

Expand Down

0 comments on commit 31733ee

Please sign in to comment.