diff options
| author | Arslaan Pathan <[email protected]> | 2026-04-05 23:35:49 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-04-05 23:35:49 +1200 |
| commit | 151bb561befc5279f745f6190bc58f71017cabc9 (patch) | |
| tree | b1065f7ebbd7f3ad8a369c1d5f928ef5dc20506a /Makefile | |
| parent | 0a959b0924d9e48e3b1cc59b681eec06f06ce0b4 (diff) | |
| download | cinnamon-browser-151bb561befc5279f745f6190bc58f71017cabc9.tar.xz cinnamon-browser-151bb561befc5279f745f6190bc58f71017cabc9.zip | |
Add user_start for easy extensibility via config.h and fix on_cmdbar_activate not returning anything
Diffstat (limited to 'Makefile')
| -rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |
