aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Expand)AuthorLines
2023-11-25include CHANGELOG.md in the tarballLeonardo Hernández Hernández-1/+1
2023-11-17enable debug symbols by defaultLeonardo Hernández Hernández-1/+1
2023-10-09Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández-1/+1
2023-09-24include dwl.desktop in the tarbalLeonardo Hernández Hernández-1/+1
2023-09-24Merge remote-tracking branch 'upstream/main' into wlroots-nextLeonardo Hernández Hernández-1/+4
2023-09-24allow specify DATADIR (to install desktop file)Leonardo Hernández Hernández-4/+4
2023-09-22Add desktop entry fileWeiseguy-1/+4
2023-07-23add support for cursor-shape-v1Leonardo Hernández Hernández-1/+4
2022-10-05convert some warnings to errorsLeonardo Hernández Hernández-1/+2
2022-09-20rework MakefileLeonardo Hernández Hernández-20/+11
2022-09-08define _POSIX_C_SOURCE through CPPFLAGSLeonardo Hernández Hernández-1/+1
2022-08-08fix dist targetLeonardo Hernández Hernández-3/+2
2022-07-06include DWLCFLAGS into linking stepLeonardo Hernández Hernández-1/+1
2022-06-12Fix make install while files are in useGrant Nichol-2/+2
2022-06-10add $(LIBS) to $(LDLIBS)Leonardo Hernández Hernández-1/+1
2022-06-10fix link failure with --as-neededDima Krasner-1/+1
2022-06-06use LDFLAGS to build dwl targetLeonardo Hernández Hernández-1/+1
2022-06-06do not generate *-protocol.{c,o}Leonardo Hernández Hernández-15/+3
2022-06-06include xcb only when building with xwayland supportLeonardo Hernández Hernández-1/+1
2022-06-06convert makefile to be more portableKawaiiAmber-42/+50
2022-05-09add dist targetLeonardo Hernández Hernández-1/+10
2022-05-09add flag to print version and exitLeonardo Hernández Hernández-1/+1
2022-03-31add DESTDIRLeonardo Hernández Hernández-3/+3
2022-03-31don't let -pedantic be overridable by environmentLeonardo Hernández Hernández-1/+1
2022-03-28new functions ecalloc() and die()Leonardo Hernández Hernández-2/+2
2022-03-13add dwl(1)Humm-2/+3
2021-04-19added uninstall targetJason Goulet-Lipman-1/+4
2021-04-15group phony targets together in MakefileDevin J. Pohly-9/+8
2021-04-15re-compile if config.mk changesDevin J. Pohly-1/+1
2021-01-18remember to add client.h in MakefileDevin J. Pohly-1/+1
2020-12-25add "all" targetDevin J. Pohly-0/+1
2020-12-24Merge updates from guidocellaDevin J. Pohly-3/+13
2020-12-24Merge pull request #49 from guidocella/layer-shellDevin J. Pohly-3/+13
2020-12-24use the install command to installDevin J. Pohly-3/+1
2020-12-24Merge pull request #65 from Keating950/masterDevin J. Pohly-0/+5
2020-12-19remove -Werror=declaration-after-statementGuido Cella-1/+1
2020-12-19add install target to Makefile and corresponding prefix variable to config.mkKeating950-0/+5
2020-12-19Added basic tap-to-click for touchpad userswill-1/+1
2020-12-19Implement the idle protocolGuido Cella-2/+12
2020-11-22add install target to Makefile and corresponding prefix variable to config.mkKeating950-0/+5
2020-10-17Added basic tap-to-click for touchpad userswill-1/+1
2020-08-28simplify make cleanGuido Cella-1/+1
2020-08-26update make cleanGuido Cella-1/+1
2020-08-24layer shell initial attemptGuido Cella-2/+12
2020-08-10make XWayland support optionalDevin J. Pohly-3/+4
2020-07-25xwayland: unmanaged (dropdown menu) supportAlexander Courtis-1/+1
2020-07-24warn but don't error on unused functionDevin J. Pohly-1/+1
2020-05-02sacrifice 24 lines to suckless style :)Devin J. Pohly-2/+2
2020-04-22turn on some warningsDevin J. Pohly-1/+1
2020-04-22move config.h to config.def.hDevin J. Pohly-0/+3