]> Pileus Git - wmpus/blobdiff - makefile
Work on Wayland/SWC backend
[wmpus] / makefile
index caceac9e8de918f6ef00c6b0088efea6ea209d8f..f24c8a33b4a3d6c59a249b62bcd04fef90fbd749 100644 (file)
--- a/makefile
+++ b/makefile
@@ -10,6 +10,12 @@ CFLAGS    ?= -g -Wall
 PREFIX    ?= /usr/local
 MANPREFIX ?= ${PREFIX}/share/man
 
+ifeq ($(SYS),swc)
+GCC       ?= gcc
+PROG      ?= wmpus
+LDFLAGS   += -lswc -lwayland-client -lwayland-server
+endif
+
 ifeq ($(SYS),x11)
 GCC       ?= gcc
 PROG      ?= wmpus