Skip to content

Commit 4476019

Browse files
committed
build: fix
1 parent 66b4784 commit 4476019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ ifeq ($(wildcard include/version.h),)
8989
./scripts/generateVersion.sh
9090
endif
9191

92-
$(TARGET): genver fmt toml json libcufetch $(OBJ)
92+
$(TARGET): genver fmt toml json tpl libcufetch $(OBJ)
9393
mkdir -p $(BUILDDIR)
9494
sh ./scripts/generateVersion.sh
9595
$(CXX) -o $(BUILDDIR)/$(TARGET) $(OBJ) $(BUILDDIR)/*.o $(LDFLAGS) $(LDLIBS)

0 commit comments

Comments
 (0)