aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* convert some warnings to errorsLeonardo Hernández Hernández2022-10-051-1/+2
|
* rework MakefileLeonardo Hernández Hernández2022-09-201-20/+11
| | | | | | | | - allow user to use a different pkg-config binary - restore almost all (and add other ones) warning flags (-Werror is not set) - $(XWAYLAND) is added to our CPPFLAGS - remove useless comments - don't generate idle-protocol.h (not used)
* define _POSIX_C_SOURCE through CPPFLAGSLeonardo Hernández Hernández2022-09-081-1/+1
| | | | like dwm
* fix dist targetLeonardo Hernández Hernández2022-08-081-3/+2
|
* include DWLCFLAGS into linking stepLeonardo Hernández Hernández2022-07-061-1/+1
|
* Fix make install while files are in useGrant Nichol2022-06-121-2/+2
| | | | | | | | | When the dwl executable is in use, cp fails without the -f flag. POSIX defines this flag with: > If a file descriptor for a destination file cannot be obtained, > as described in step 3.a.ii., attempt to unlink the destination > file and proceed.
* add $(LIBS) to $(LDLIBS)Leonardo Hernández Hernández2022-06-101-1/+1
|
* fix link failure with --as-neededDima Krasner2022-06-101-1/+1
|
* use LDFLAGS to build dwl targetLeonardo Hernández Hernández2022-06-061-1/+1
|
* do not generate *-protocol.{c,o}Leonardo Hernández Hernández2022-06-061-15/+3
| | | | | | according with https://gitlab.freedesktop.org/wlroots/wlroots/-/commit/62fbf3f4ba1b2993e29dfb46f077e5806f7aac1c they are unused and wlroots-based compositors don't need to do this
* include xcb only when building with xwayland supportLeonardo Hernández Hernández2022-06-061-1/+1
|
* convert makefile to be more portableKawaiiAmber2022-06-061-42/+50
|
* add dist targetLeonardo Hernández Hernández2022-05-091-1/+10
|
* add flag to print version and exitLeonardo Hernández Hernández2022-05-091-1/+1
|
* add DESTDIRLeonardo Hernández Hernández2022-03-311-3/+3
|
* don't let -pedantic be overridable by environmentLeonardo Hernández Hernández2022-03-311-1/+1
|
* new functions ecalloc() and die()Leonardo Hernández Hernández2022-03-281-2/+2
| | | | | die() replaces EBARF and BARF and allow us to add `-pedantic` to CFLAGS
* add dwl(1)Humm2022-03-131-2/+3
| | | | | Documentation is good. Man pages are documentation. A program without a man page is worthless.
* added uninstall targetJason Goulet-Lipman2021-04-191-1/+4
|
* group phony targets together in MakefileDevin J. Pohly2021-04-151-9/+8
|
* re-compile if config.mk changesDevin J. Pohly2021-04-151-1/+1
|
* remember to add client.h in MakefileDevin J. Pohly2021-01-181-1/+1
|
* add "all" targetDevin J. Pohly2020-12-251-0/+1
|
* Merge updates from guidocellaDevin J. Pohly2020-12-241-3/+13
|\ | | | | | | | | Thanks so much for helping to keep the project running while life was crazy!
| * remove -Werror=declaration-after-statementGuido Cella2020-12-191-1/+1
| | | | | | | | | | | | 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-191-0/+5
| |
| * Added basic tap-to-click for touchpad userswill2020-12-191-1/+1
| |
| * Implement the idle protocolGuido Cella2020-12-191-2/+12
| | | | | | | | | | 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-241-3/+13
|\| | | | | Layer shell
| * simplify make cleanGuido Cella2020-08-281-1/+1
| |
| * update make cleanGuido Cella2020-08-261-1/+1
| |
| * layer shell initial attemptGuido Cella2020-08-241-2/+12
| |
* | use the install command to installDevin J. Pohly2020-12-241-3/+1
| |
* | Merge pull request #65 from Keating950/masterDevin J. Pohly2020-12-241-0/+5
|\ \ | | | | | | Add install target to Makefile
| * | add install target to Makefile and corresponding prefix variable to config.mkKeating9502020-11-221-0/+5
| |/
* / Added basic tap-to-click for touchpad userswill2020-10-171-1/+1
|/
* make XWayland support optionalDevin J. Pohly2020-08-101-3/+4
|
* xwayland: unmanaged (dropdown menu) supportAlexander Courtis2020-07-251-1/+1
|
* warn but don't error on unused functionDevin J. Pohly2020-07-241-1/+1
|
* sacrifice 24 lines to suckless style :)Devin J. Pohly2020-05-021-2/+2
|
* turn on some warningsDevin J. Pohly2020-04-221-1/+1
|
* move config.h to config.def.hDevin J. Pohly2020-04-221-0/+3
|
* make Makefile a bit more my styleDevin J. Pohly2020-04-111-12/+15
|
* Start with tinywlDevin J. Pohly2020-04-111-0/+30
Add a config.h into which configurables can be moved.