summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-01 09:43:27 -0700
committerDavid Vazgenovich Shakaryan <dvshakaryan@gmail.com>2022-05-01 09:46:51 -0700
commitf9117e7c9b5b6602e4eb55ee48815882a7085782 (patch)
tree5605e10fff447eb8128e664f370f32c92e6139ff /Makefile
parent7cb5abb07968641737f943144368a2e541d05e40 (diff)
downloaddartboat-f9117e7c9b5b6602e4eb55ee48815882a7085782.tar.gz
dartboat-f9117e7c9b5b6602e4eb55ee48815882a7085782.tar.xz
make name consistent; minor file organisation
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 83ec0a8..3ffd796 100644
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ CFLAGS += -O2 -Wall -Wextra -Wpedantic
CPPFLAGS += -MMD -MP
LDFLAGS += -lm -lncurses
-TARGET := dartbot
+TARGET := dartboat
SRC := $(wildcard *.c)
OBJ := $(SRC:.c=.o)