We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66b4784 commit 4476019Copy full SHA for 4476019
Makefile
@@ -89,7 +89,7 @@ ifeq ($(wildcard include/version.h),)
89
./scripts/generateVersion.sh
90
endif
91
92
-$(TARGET): genver fmt toml json libcufetch $(OBJ)
+$(TARGET): genver fmt toml json tpl libcufetch $(OBJ)
93
mkdir -p $(BUILDDIR)
94
sh ./scripts/generateVersion.sh
95
$(CXX) -o $(BUILDDIR)/$(TARGET) $(OBJ) $(BUILDDIR)/*.o $(LDFLAGS) $(LDLIBS)
0 commit comments