From 0a406cfbee9cae0c00ca097704f06185ed4b0a13 Mon Sep 17 00:00:00 2001 From: tlatorre Date: Sat, 5 Nov 2022 20:49:30 -0500 Subject: first draft of GUI for vito --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 4944cdd..158dbb6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ all: vito -CFLAGS=$(shell pkg-config --cflags gtk4) +CFLAGS=$(shell pkg-config --cflags gtk4) -O0 -g -Wall LDLIBS=$(shell pkg-config --libs gtk4) vito: vito.c -- cgit