aboutsummaryrefslogtreecommitdiff
path: root/Makefile (follow)
Commit message (Collapse)AuthorAge
* add DESTDIRLeonardo Hernández Hernández2022-03-31
|
* don't let -pedantic be overridable by environmentLeonardo Hernández Hernández2022-03-31
|
* new functions ecalloc() and die()Leonardo Hernández Hernández2022-03-28
| | | | | die() replaces EBARF and BARF and allow us to add `-pedantic` to CFLAGS
* add dwl(1)Humm2022-03-13
| | | | | Documentation is good. Man pages are documentation. A program without a man page is worthless.
* added uninstall targetJason Goulet-Lipman2021-04-19
|
* group phony targets together in MakefileDevin J. Pohly2021-04-15
|
* re-compile if config.mk changesDevin J. Pohly2021-04-15
|
* remember to add client.h in MakefileDevin J. Pohly2021-01-18
|
* add "all" targetDevin J. Pohly2020-12-25
|
* Merge updates from guidocellaDevin J. Pohly2020-12-24
|\ | | | | | | | | Thanks so much for helping to keep the project running while life was crazy!
| * remove -Werror=declaration-after-statementGuido Cella2020-12-19
| | | | | | | | | | | | wtf is the point of this crap? It makes the code harder to follow, increases the line count and made me fail compilation a million times. We shouldn't blindy follow everything about suckless's style.
| * add install target to Makefile and corresponding prefix variable to config.mkKeating9502020-12-19
| |
| * Added basic tap-to-click for touchpad userswill2020-12-19
| |
| * Implement the idle protocolGuido Cella2020-12-19
| | | | | | | | | | It allows clients such as swayidle and chat applications to monitor user idle time.
* | Merge pull request #49 from guidocella/layer-shellDevin J. Pohly2020-12-24
|\| | | | | Layer shell
| * simplify make cleanGuido Cella2020-08-28
| |
| * update make cleanGuido Cella2020-08-26
| |
| * layer shell initial attemptGuido Cella2020-08-24
| |
* | use the install command to installDevin J. Pohly2020-12-24
| |
* | Merge pull request #65 from Keating950/masterDevin J. Pohly2020-12-24
|\ \ | | | | | | Add install target to Makefile
| * | add install target to Makefile and corresponding prefix variable to config.mkKeating9502020-11-22
| |/
* / Added basic tap-to-click for touchpad userswill2020-10-17
|/
* make XWayland support optionalDevin J. Pohly2020-08-10
|
* xwayland: unmanaged (dropdown menu) supportAlexander Courtis2020-07-25
|
* warn but don't error on unused functionDevin J. Pohly2020-07-24
|
* sacrifice 24 lines to suckless style :)Devin J. Pohly2020-05-02
|
* turn on some warningsDevin J. Pohly2020-04-22
|
* move config.h to config.def.hDevin J. Pohly2020-04-22
|
* make Makefile a bit more my styleDevin J. Pohly2020-04-11
|
* Start with tinywlDevin J. Pohly2020-04-11
Add a config.h into which configurables can be moved.