commit 3f125e06f49a363e8ccfaa4024d5ca2ca2df3045 parent c66e0b0936b0ed339e2a3f6563948b3ed476b0c3 Author: Sweets <Sweets@users.noreply.github.com> Date: Mon, 22 Jun 2020 16:23:05 -0700 Update Makefile Diffstat:
M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -4,7 +4,7 @@ SRC := tiramisu.c callbacks.c format.c CFLAGS = -Wall IFLAGS = $(shell pkg-config --cflags glib-2.0 gio-2.0) -LDFLAGS = $(shell pkg-config --libs glib-2.0 gio-2.0) +LFLAGS = $(shell pkg-config --libs glib-2.0 gio-2.0) all: $(TARGET)