From 151bb561befc5279f745f6190bc58f71017cabc9 Mon Sep 17 00:00:00 2001 From: Arslaan Pathan Date: Sun, 5 Apr 2026 23:35:49 +1200 Subject: Add user_start for easy extensibility via config.h and fix on_cmdbar_activate not returning anything --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 9ddf943..37b0149 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ # Copyright (c) 2026 Arslaan Pathan # This software is licensed under the ARPL. See LICENSE for details. CC = clang -CFLAGS = -std=gnu17 `pkg-config --cflags webkit2gtk-4.1 gtk+-3.0` +CFLAGS = -std=gnu17 `pkg-config --cflags webkit2gtk-4.1 gtk+-3.0` -Wno-deprecated-declarations LIBS = `pkg-config --libs webkit2gtk-4.1 gtk+-3.0` TARGET = cinnamon SRC = main.c -- cgit v1.2.3