Commit Graph
10 Commits
Author SHA1 Message Date
huntedbytheirs 1ff9910ee3 Update readme 2026-06-28 18:45:47 -04:00
huntedbytheirs 94a5045a21 Update readme 2026-06-28 18:44:49 -04:00
huntedbytheirs 06749ba34f Add contributing 2026-06-28 18:44:24 -04:00
huntedbytheirs b7c1e74d19 reverse stupidity 2026-06-28 18:39:08 -04:00
huntedbytheirs 1024a222be Add features to Makefile
make release - compiles with clang, uses more aggressive compilation
flags for errors/warnings.
CC=tcc/gcc/clang make - lets you select your wanted compiler.
2026-06-28 18:03:05 -04:00
huntedbytheirs e8199f6d33 Fix name in ipc 2026-06-28 17:52:51 -04:00
huntedbytheirs 4a66649863 Fix recursive CFLAGS 2026-06-28 17:51:31 -04:00
huntedbytheirs 1fb2a05ddf Add compiler detection + optimizations
Added compiler detection:
TCC->Clang->GCC
Uses -O2 optimizations now
Uses -march=native by default, but by using
```make package```, it creates a distrobutable
binary instead.
2026-06-28 17:47:34 -04:00
huntedbytheirs f529f03315 Massive code cleanup
Cleaned up:
Makefile
config.mk/.h
nix files (by removing them for now)
Removed dwl likeness.
2026-06-28 17:39:02 -04:00
huntedbytheirs 763512a24f peachwm birth 2026-06-28 17:26:07 -04:00