Skip to content

Commit 17dadd9

Browse files
committed
build: fix some things
1 parent 4378f0e commit 17dadd9

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
@@ -57,7 +57,7 @@ CXXFLAGS += -fvisibility-inlines-hidden -fvisibility=hidden -Iinclude -Ii
5757

5858
all: genver fmt toml json libcufetch $(TARGET)
5959

60-
libcufetch:
60+
libcufetch: fmt toml
6161
ifeq ($(wildcard $(BUILDDIR)/libcufetch.so),)
6262
make -C libcufetch BUILDDIR=$(BUILDDIR) GUI_APP=$(GUI_APP)
6363
endif

0 commit comments

Comments
 (0)