summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTom Smeding <tom.smeding@gmail.com>2020-03-14 10:43:46 +0100
committerTom Smeding <tom.smeding@gmail.com>2020-03-14 10:44:00 +0100
commit624effabd4a3be9894ffca29b9bd43868d739f3c (patch)
tree81076eeed4af470f036d4e566d115409071bd402
parent6ac952edd3fda6ee4b52ec917e205396eb8e961e (diff)
Rename to got-gui
-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