Back to empty

This commit is contained in:
ProgramSnail 2021-03-21 17:12:07 +03:00
parent 27a0a8d4c5
commit 843a3a25ec
26 changed files with 181 additions and 114 deletions

8
Makefile Executable file → Normal file
View file

@ -67,10 +67,10 @@ RM = /usr/bin/cmake -E rm -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/dragon/Projects/tp/tp_game
CMAKE_SOURCE_DIR = /home/gnom/Code/Mipt/tp/tp_game
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/dragon/Projects/tp/tp_game
CMAKE_BINARY_DIR = /home/gnom/Code/Mipt/tp/tp_game
#=============================================================================
# Targets provided globally by CMake.
@ -99,9 +99,9 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/dragon/Projects/tp/tp_game/CMakeFiles /home/dragon/Projects/tp/tp_game//CMakeFiles/progress.marks
$(CMAKE_COMMAND) -E cmake_progress_start /home/gnom/Code/Mipt/tp/tp_game/CMakeFiles /home/gnom/Code/Mipt/tp/tp_game//CMakeFiles/progress.marks
$(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/dragon/Projects/tp/tp_game/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/gnom/Code/Mipt/tp/tp_game/CMakeFiles 0
.PHONY : all
# The main clean target