diff options
author | Tom Smeding <tom.smeding@gmail.com> | 2020-03-14 10:43:46 +0100 |
---|---|---|
committer | Tom Smeding <tom.smeding@gmail.com> | 2020-03-14 10:44:00 +0100 |
commit | 624effabd4a3be9894ffca29b9bd43868d739f3c (patch) | |
tree | 81076eeed4af470f036d4e566d115409071bd402 | |
parent | 6ac952edd3fda6ee4b52ec917e205396eb8e961e (diff) |
Rename to got-gui
-rw-r--r-- | .gitignore | 2 | ||||
-rw-r--r-- | Makefile | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,3 +1,3 @@ -timerecgui +got-gui obj/ compile_commands.json @@ -1,7 +1,7 @@ CXX = g++ CXXFLAGS = -Wall -Wextra -std=c++17 -O2 -g LDFLAGS = -lX11 -TARGET = timerecgui +TARGET = got-gui OBJDIR = obj |