summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore2
-rw-r--r--Makefile2
2 files changed, 2 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore
index 284a759..ab5cf5a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,3 +1,3 @@
-timerecgui
+got-gui
obj/
compile_commands.json
diff --git a/Makefile b/Makefile
index 276ac9d..9ac7cef 100644
--- a/Makefile
+++ b/Makefile
@@ -1,7 +1,7 @@
CXX = g++
CXXFLAGS = -Wall -Wextra -std=c++17 -O2 -g
LDFLAGS = -lX11
-TARGET = timerecgui
+TARGET = got-gui
OBJDIR = obj