From efebf35181554c40dc633e53329617c2b3990c83 Mon Sep 17 00:00:00 2001 From: ben Date: Mon, 21 Oct 2024 12:04:09 -0700 Subject: get focused window and set window name --- src/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/Makefile') diff --git a/src/Makefile b/src/Makefile index 3aeea52..1a95772 100644 --- a/src/Makefile +++ b/src/Makefile @@ -1,9 +1,9 @@ CC = gcc CFLAGS = -Wall -Wextra -Wpedantic -std=c99 -Wunreachable-code -Werror-implicit-function-declaration LD_CFLAGS = -lxcb -lxcb-keysyms -BIN_DIR = ../bin +BIN_DIR = $(PWD)#../bin TARGET = $(BIN_DIR)/scapx -SRC = scapx.c x.c #keysyms.c +SRC = *.c # scapx.c x.c #HEADERS = scapx.h -- cgit v1.2.3