aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authortlatorre <tlatorre@uchicago.edu>2022-11-05 20:49:30 -0500
committertlatorre <tlatorre@uchicago.edu>2022-11-05 20:49:30 -0500
commit0a406cfbee9cae0c00ca097704f06185ed4b0a13 (patch)
treedade0cc1aee5719d4d06282ec025bfab91d60533 /Makefile
parent42575bf5d10df67c7b42cb7fbd92dfc12b371ce8 (diff)
downloadmoji-0a406cfbee9cae0c00ca097704f06185ed4b0a13.tar.gz
moji-0a406cfbee9cae0c00ca097704f06185ed4b0a13.tar.bz2
moji-0a406cfbee9cae0c00ca097704f06185ed4b0a13.zip
first draft of GUI for vito
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
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