diff options
| author | Devin J. Pohly <djpohly@gmail.com> | 2020-12-25 12:07:43 -0500 |
|---|---|---|
| committer | Devin J. Pohly <djpohly@gmail.com> | 2020-12-25 12:07:43 -0500 |
| commit | 2230f92ef008e0c8d92acb8fee701fefc91939dd (patch) | |
| tree | 8373165f6a807b7e7895bbf40cd25d533d104eec /Makefile | |
| parent | making this a team (diff) | |
| download | dwl-2230f92ef008e0c8d92acb8fee701fefc91939dd.tar.gz dwl-2230f92ef008e0c8d92acb8fee701fefc91939dd.tar.bz2 dwl-2230f92ef008e0c8d92acb8fee701fefc91939dd.tar.xz dwl-2230f92ef008e0c8d92acb8fee701fefc91939dd.tar.zst dwl-2230f92ef008e0c8d92acb8fee701fefc91939dd.zip | |
add "all" target
Diffstat (limited to '')
| -rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -9,6 +9,7 @@ PKGS = wlroots wayland-server xcb xkbcommon libinput CFLAGS += $(foreach p,$(PKGS),$(shell pkg-config --cflags $(p))) LDLIBS += $(foreach p,$(PKGS),$(shell pkg-config --libs $(p))) +all: dwl # wayland-scanner is a tool which generates C headers and rigging for Wayland # protocols, which are specified in XML. wlroots requires you to rig these up |
