summaryrefslogtreecommitdiff
path: root/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'makefile')
-rw-r--r--makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/makefile b/makefile
index 6c294d3..c428120 100644
--- a/makefile
+++ b/makefile
@@ -5,7 +5,7 @@ LINKFLAGS := `pkg-config --libs x11`
OBJS_DIR := .
OUT_DIR := .
SOURCE_DIR := .
-EXEC := main
+EXEC := YATwm
SOURCE_FILES := $(wildcard $(SOURCE_DIR)/*.cpp)
SOURCE_HEADERS := $(wildcard $(SOURCE_DIR)/*.h)
OBJS := $(subst $(SOURCE_DIR),$(OBJS_DIR), $(patsubst %.cpp,%.o,$(SOURCE_FILES)))