Skip to content

Commit 8308e71

Browse files
committed
almost
1 parent 97c4c45 commit 8308e71

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

libcufetch/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ endif
1616
CXX ?= g++
1717
GUI_APP ?= 0
1818
SRC = $(wildcard *.cc)
19-
OBJ = $(SRC:.cc=.o)
19+
OBJ = $(SRC:.cc=.o) ../$(BUILDDIR)/toml.o
2020
FMT_STATIC = ../$(BUILDDIR)/libfmt.a
2121
CXXFLAGS += -ggdb3 -I../include -fPIC -DGUI_APP=$(GUI_APP)
2222
OUTPUT := ../$(BUILDDIR)/$(LIBNAME)

libcufetch/util.cc

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)