summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
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