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 ee98188..63a8257 100644
--- a/makefile
+++ b/makefile
@@ -10,7 +10,7 @@ SOURCES = \
main.cpp
OBJECTS = $(SOURCES:.cpp=.o)
-newwm: $(HEADERS) $(OBJECTS)
+YATwm: $(HEADERS) $(OBJECTS)
$(CXX) -o $@ $(OBJECTS) $(LDFLAGS)
.PHONY: clean