From dc6e973d524bd167d4ef31541b876c0d9d600e7f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Thu, 18 Jan 2024 20:27:17 +0100 Subject: [PATCH] Rename checker to tprcc --- {temp-profile-checker => tprcc}/.gitignore | 0 {temp-profile-checker => tprcc}/CMakeLists.txt | 0 {temp-profile-checker => tprcc}/include/tpr/tpr-scanner.hpp | 0 {temp-profile-checker => tprcc}/parser/tpr.l | 0 {temp-profile-checker => tprcc}/parser/tpr.ypp | 0 {temp-profile-checker => tprcc}/src/main.cpp | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {temp-profile-checker => tprcc}/.gitignore (100%) rename {temp-profile-checker => tprcc}/CMakeLists.txt (100%) rename {temp-profile-checker => tprcc}/include/tpr/tpr-scanner.hpp (100%) rename {temp-profile-checker => tprcc}/parser/tpr.l (100%) rename {temp-profile-checker => tprcc}/parser/tpr.ypp (100%) rename {temp-profile-checker => tprcc}/src/main.cpp (100%) diff --git a/temp-profile-checker/.gitignore b/tprcc/.gitignore similarity index 100% rename from temp-profile-checker/.gitignore rename to tprcc/.gitignore diff --git a/temp-profile-checker/CMakeLists.txt b/tprcc/CMakeLists.txt similarity index 100% rename from temp-profile-checker/CMakeLists.txt rename to tprcc/CMakeLists.txt diff --git a/temp-profile-checker/include/tpr/tpr-scanner.hpp b/tprcc/include/tpr/tpr-scanner.hpp similarity index 100% rename from temp-profile-checker/include/tpr/tpr-scanner.hpp rename to tprcc/include/tpr/tpr-scanner.hpp diff --git a/temp-profile-checker/parser/tpr.l b/tprcc/parser/tpr.l similarity index 100% rename from temp-profile-checker/parser/tpr.l rename to tprcc/parser/tpr.l diff --git a/temp-profile-checker/parser/tpr.ypp b/tprcc/parser/tpr.ypp similarity index 100% rename from temp-profile-checker/parser/tpr.ypp rename to tprcc/parser/tpr.ypp diff --git a/temp-profile-checker/src/main.cpp b/tprcc/src/main.cpp similarity index 100% rename from temp-profile-checker/src/main.cpp rename to tprcc/src/main.cpp