prints as pi

This commit is contained in:
Brady Bodily
2018-04-12 02:00:33 +00:00
parent 88e5128704
commit 48071834d4
16 changed files with 369 additions and 228 deletions

View File

@@ -48,10 +48,10 @@ RM = /usr/bin/cmake -E remove -f
EQUALS = =
# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/pi/Repos/cs3100hw5
CMAKE_SOURCE_DIR = /home/pi/Repos/cs3100hw6
# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/pi/Repos/cs3100hw5/build
CMAKE_BINARY_DIR = /home/pi/Repos/cs3100hw6/build
#=============================================================================
# Targets provided globally by CMake.
@@ -80,9 +80,9 @@ edit_cache/fast: edit_cache
# The main all target
all: cmake_check_build_system
$(CMAKE_COMMAND) -E cmake_progress_start /home/pi/Repos/cs3100hw5/build/CMakeFiles /home/pi/Repos/cs3100hw5/build/CMakeFiles/progress.marks
$(CMAKE_COMMAND) -E cmake_progress_start /home/pi/Repos/cs3100hw6/build/CMakeFiles /home/pi/Repos/cs3100hw6/build/CMakeFiles/progress.marks
$(MAKE) -f CMakeFiles/Makefile2 all
$(CMAKE_COMMAND) -E cmake_progress_start /home/pi/Repos/cs3100hw5/build/CMakeFiles 0
$(CMAKE_COMMAND) -E cmake_progress_start /home/pi/Repos/cs3100hw6/build/CMakeFiles 0
.PHONY : all
# The main clean target