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