graft guile onto the layout logic

This commit is contained in:
Leon Henrik Plickat
2023-11-25 01:00:42 +01:00
parent 35201437b3
commit d1e16721b2
2 changed files with 207 additions and 11 deletions

View File

@@ -6,8 +6,7 @@ DATADIR=$(PREFIX)/share
MANDIR=$(DATADIR)/man
CFLAGS=-g -Wall -Werror -Wextra -Wpedantic -Wno-unused-parameter $\
-Wno-overlength-strings -Wconversion -Wformat-security -Wformat $\
-Wsign-conversion -Wfloat-conversion -Wunused-result $\
-Wno-overlength-strings -Wformat-security -Wformat -Wunused-result $\
$(shell pkg-config --cflags wayland-client) $\
$(shell guile-config compile)
LIBS=-lrt $\
@@ -45,3 +44,4 @@ clean:
$(RM) $(IMG)
.PHONY: clean install uninstall all