Multimonitor support

This commit is contained in:
Roland Hollós
2025-03-27 16:12:12 +01:00
parent 04073fd407
commit 17ce92d9d1
2 changed files with 173 additions and 96 deletions
+1 -1
View File
@@ -5,7 +5,7 @@ SRC=main.c
# DEBUG=-g
DEBUG=
$(TARGET): main.c config.h
gcc -Wall -Wextra -pedantic $(DEBUG) $(SRC) `pkg-config --cflags --libs cairo x11` -o $(TARGET) -lm
gcc -Wall -Wextra -pedantic $(DEBUG) $(SRC) `pkg-config --cflags --libs cairo x11 xinerama` -o $(TARGET) -lm
install:
cp $(TARGET) $(DEST)
uninstall: