From abbc94f61c505b7dc7694edc84258ac878a89a85 Mon Sep 17 00:00:00 2001 From: Abhinav Prasai Date: Mon, 6 Oct 2025 22:27:09 +0100 Subject: move notice up, remove compile_flags.txt from root + add backtick to CC and Make flags --- README.md | 7 ++++--- compile_flags.txt | 22 ---------------------- 2 files changed, 4 insertions(+), 25 deletions(-) delete mode 100644 compile_flags.txt diff --git a/README.md b/README.md index 67d314d..afcd894 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,8 @@ Check [the man page markdown for relevant info](docs/sxwm.md) - `libX11` - `Xinerama` - `XCursor` -- CC & Make +- `CC` +- `Make`
Debian / Ubuntu / Linux Mint @@ -116,11 +117,11 @@ pkg install clang make xcb-util-keysyms xorgproto libxcursor libx11 libxinerama ## Build & Install -### Arch Linux (AUR) - > [!NOTE] > I don't maintain any packages. Use with caution! +### Arch Linux (AUR) + yay -S sxwm # OR for latest features: yay -S sxwm-git diff --git a/compile_flags.txt b/compile_flags.txt deleted file mode 100644 index fa0c2c1..0000000 --- a/compile_flags.txt +++ /dev/null @@ -1,22 +0,0 @@ --Isrc --D_FORTIFY_SOURCE=2 --std=c99 --Os --pipe --Wall --Wextra --Wformat=2 --Werror=format-security --Wshadow --Wpointer-arith --Wcast-qual --Wwrite-strings --Wmissing-prototypes --Wstrict-prototypes --Wswitch-enum --Wundef --Wvla --fno-common --fno-strict-aliasing --fstack-protector-strong --fPIE -- cgit v1.2.3