summaryrefslogtreecommitdiff
path: root/Makefile
AgeCommit message (Expand)Author
2022-08-31add push filesZachIR
2022-08-08fix dist targetLeonardo Hernández Hernández
2022-07-06include DWLCFLAGS into linking stepLeonardo Hernández Hernández
2022-06-12Fix make install while files are in useGrant Nichol
2022-06-10add $(LIBS) to $(LDLIBS)Leonardo Hernández Hernández
2022-06-10fix link failure with --as-neededDima Krasner
2022-06-06use LDFLAGS to build dwl targetLeonardo Hernández Hernández
2022-06-06do not generate *-protocol.{c,o}Leonardo Hernández Hernández
2022-06-06include xcb only when building with xwayland supportLeonardo Hernández Hernández
2022-06-06convert makefile to be more portableKawaiiAmber
2022-05-09add dist targetLeonardo Hernández Hernández
2022-05-09add flag to print version and exitLeonardo Hernández Hernández
2022-03-31add DESTDIRLeonardo Hernández Hernández
2022-03-31don't let -pedantic be overridable by environmentLeonardo Hernández Hernández
2022-03-28new functions ecalloc() and die()Leonardo Hernández Hernández
2022-03-13add dwl(1)Humm
2021-04-19added uninstall targetJason Goulet-Lipman
2021-04-15group phony targets together in MakefileDevin J. Pohly
2021-04-15re-compile if config.mk changesDevin J. Pohly
2021-01-18remember to add client.h in MakefileDevin J. Pohly
2020-12-25add "all" targetDevin J. Pohly
2020-12-24Merge updates from guidocellaDevin J. Pohly
2020-12-24Merge pull request #49 from guidocella/layer-shellDevin J. Pohly
2020-12-24use the install command to installDevin J. Pohly
2020-12-24Merge pull request #65 from Keating950/masterDevin J. Pohly
2020-12-19remove -Werror=declaration-after-statementGuido Cella
2020-12-19add install target to Makefile and corresponding prefix variable to config.mkKeating950
2020-12-19Added basic tap-to-click for touchpad userswill
2020-12-19Implement the idle protocolGuido Cella
2020-11-22add install target to Makefile and corresponding prefix variable to config.mkKeating950
2020-10-17Added basic tap-to-click for touchpad userswill
2020-08-28simplify make cleanGuido Cella
2020-08-26update make cleanGuido Cella
2020-08-24layer shell initial attemptGuido Cella
2020-08-10make XWayland support optionalDevin J. Pohly
2020-07-25xwayland: unmanaged (dropdown menu) supportAlexander Courtis
2020-07-24warn but don't error on unused functionDevin J. Pohly
2020-05-02sacrifice 24 lines to suckless style :)Devin J. Pohly
2020-04-22turn on some warningsDevin J. Pohly
2020-04-22move config.h to config.def.hDevin J. Pohly
2020-04-11make Makefile a bit more my styleDevin J. Pohly
2020-04-11Start with tinywlDevin J. Pohly