diff options
author | Mikhail Burakov <mburakov@mailbox.org> | 2021-01-13 14:27:14 +0100 |
---|---|---|
committer | Mikhail Burakov <mburakov@mailbox.org> | 2021-01-13 14:27:14 +0100 |
commit | 11688cf348f283dc1f95957338137fe8dd958c71 (patch) | |
tree | 572be35a19fd41b1895a093a216609f666b20135 /makefile | |
parent | f65e4f5502d88125f145dc257ec7a012e08dd6d6 (diff) |
Add text rendering and update pui interface types
Diffstat (limited to 'makefile')
-rw-r--r-- | makefile | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -1,5 +1,11 @@ target:=pui -objects:=main.o pui.o xdg-shell.o +objects:=\ + font.o \ + font_cp00.o \ + font_cp04.o \ + main.o \ + pui.o \ + xdg-shell.o protocols:=/usr/share/wayland-protocols wl_headers:=xdg-shell.h |