mirror of
https://github.com/ProgramSnail/rts_game_backend.git
synced 2026-01-25 12:57:08 +00:00
Back to empty
This commit is contained in:
parent
27a0a8d4c5
commit
843a3a25ec
26 changed files with 181 additions and 114 deletions
8
Makefile
Executable file → Normal file
8
Makefile
Executable file → Normal 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue