From 624effabd4a3be9894ffca29b9bd43868d739f3c Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Sat, 14 Mar 2020 18:43:46 +0900 Subject: Rename to got-gui --- .gitignore | 2 +- Makefile | 2 +- 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 -- cgit v1.2.3