summaryrefslogtreecommitdiff
path: root/usr.bin/Makefile
diff options
context:
space:
mode:
authorIan Moffett <ian@osmora.org>2025-06-04 00:03:45 -0400
committerIan Moffett <ian@osmora.org>2025-06-04 00:03:45 -0400
commit27a3e69356db7d50603e675d8ecc81df86dab594 (patch)
tree6b11f3b290f81ba7c3f79cb631a46425ab3a6cca /usr.bin/Makefile
parent6a9e551dbf0426172317f75e811e5e49f2161317 (diff)
usr.bin: kfgwm: Add initial WM sourcesmain
- Add basic structures and defines for describing a window - Add basic window drawing routines - Draw demo/test window Signed-off-by: Ian Moffett <ian@osmora.org>
Diffstat (limited to 'usr.bin/Makefile')
-rw-r--r--usr.bin/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/Makefile b/usr.bin/Makefile
index 3744a2f..3fb6a73 100644
--- a/usr.bin/Makefile
+++ b/usr.bin/Makefile
@@ -8,3 +8,4 @@ all:
make -C osh/ $(ARGS)
make -C kmsg/ $(ARGS)
make -C fetch/ $(ARGS)
+ make -C kfgwm/ $(ARGS)