summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorben <ben.nagy@arachnida.blog>2024-10-21 12:04:09 -0700
committerben <ben.nagy@arachnida.blog>2024-10-21 12:04:09 -0700
commitefebf35181554c40dc633e53329617c2b3990c83 (patch)
tree9077ece08a3a2271fcd3d0731fce9fbb8c42aab7 /src/Makefile
parent639e8280cc4440f4162c3488f1b5c8ad36dec346 (diff)
get focused window and set window nameHEADmain
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile4
1 files changed, 2 insertions, 2 deletions
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