graft guile onto the layout logic
This commit is contained in:
4
Makefile
4
Makefile
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user