# CMAKE generated file: DO NOT EDIT!
# Generated by "Unix Makefiles" Generator, CMake Version 3.28

# Default target executed when no arguments are given to make.
default_target: all
.PHONY : default_target

# Allow only one "make -f Makefile2" at a time, but pass parallelism.
.NOTPARALLEL:

#=============================================================================
# Special targets provided by cmake.

# Disable implicit rules so canonical targets will work.
.SUFFIXES:

# Disable VCS-based implicit rules.
% : %,v

# Disable VCS-based implicit rules.
% : RCS/%

# Disable VCS-based implicit rules.
% : RCS/%,v

# Disable VCS-based implicit rules.
% : SCCS/s.%

# Disable VCS-based implicit rules.
% : s.%

.SUFFIXES: .hpux_make_needs_suffix_list

# Command-line flag to silence nested $(MAKE).
$(VERBOSE)MAKESILENT = -s

#Suppress display of executed commands.
$(VERBOSE).SILENT:

# A target that is always out of date.
cmake_force:
.PHONY : cmake_force

#=============================================================================
# Set environment variables for the build.

# The shell in which to execute make rules.
SHELL = /bin/sh

# The CMake executable.
CMAKE_COMMAND = /usr/bin/cmake

# The command to remove a file.
RM = /usr/bin/cmake -E rm -f

# Escaping for special characters.
EQUALS = =

# The top-level source directory on which CMake was run.
CMAKE_SOURCE_DIR = /home/n00b/Projects/bullet3

# The top-level build directory on which CMake was run.
CMAKE_BINARY_DIR = /home/n00b/Projects/bullet3/em_build

#=============================================================================
# Targets provided globally by CMake.

# Special rule for the target edit_cache
edit_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake cache editor..."
	/usr/bin/ccmake -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : edit_cache

# Special rule for the target edit_cache
edit_cache/fast: edit_cache
.PHONY : edit_cache/fast

# Special rule for the target rebuild_cache
rebuild_cache:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Running CMake to regenerate build system..."
	/usr/bin/cmake --regenerate-during-build -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR)
.PHONY : rebuild_cache

# Special rule for the target rebuild_cache
rebuild_cache/fast: rebuild_cache
.PHONY : rebuild_cache/fast

# Special rule for the target list_install_components
list_install_components:
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Available install components are: \"Unspecified\""
.PHONY : list_install_components

# Special rule for the target list_install_components
list_install_components/fast: list_install_components
.PHONY : list_install_components/fast

# Special rule for the target install
install: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install

# Special rule for the target install
install/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Install the project..."
	/usr/bin/cmake -P cmake_install.cmake
.PHONY : install/fast

# Special rule for the target install/local
install/local: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local

# Special rule for the target install/local
install/local/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing only the local directory..."
	/usr/bin/cmake -DCMAKE_INSTALL_LOCAL_ONLY=1 -P cmake_install.cmake
.PHONY : install/local/fast

# Special rule for the target install/strip
install/strip: preinstall
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip

# Special rule for the target install/strip
install/strip/fast: preinstall/fast
	@$(CMAKE_COMMAND) -E cmake_echo_color "--switch=$(COLOR)" --cyan "Installing the project stripped..."
	/usr/bin/cmake -DCMAKE_INSTALL_DO_STRIP=1 -P cmake_install.cmake
.PHONY : install/strip/fast

# The main all target
all: cmake_check_build_system
	cd /home/n00b/Projects/bullet3/em_build && $(CMAKE_COMMAND) -E cmake_progress_start /home/n00b/Projects/bullet3/em_build/CMakeFiles /home/n00b/Projects/bullet3/em_build/src/LinearMath//CMakeFiles/progress.marks
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/LinearMath/all
	$(CMAKE_COMMAND) -E cmake_progress_start /home/n00b/Projects/bullet3/em_build/CMakeFiles 0
.PHONY : all

# The main clean target
clean:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/LinearMath/clean
.PHONY : clean

# The main clean target
clean/fast: clean
.PHONY : clean/fast

# Prepare targets for installation.
preinstall: all
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/LinearMath/preinstall
.PHONY : preinstall

# Prepare targets for installation.
preinstall/fast:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/LinearMath/preinstall
.PHONY : preinstall/fast

# clear depends
depend:
	cd /home/n00b/Projects/bullet3/em_build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 1
.PHONY : depend

# Convenience name for target.
src/LinearMath/CMakeFiles/LinearMath.dir/rule:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 src/LinearMath/CMakeFiles/LinearMath.dir/rule
.PHONY : src/LinearMath/CMakeFiles/LinearMath.dir/rule

# Convenience name for target.
LinearMath: src/LinearMath/CMakeFiles/LinearMath.dir/rule
.PHONY : LinearMath

# fast build rule for target.
LinearMath/fast:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/build
.PHONY : LinearMath/fast

# target to build an object file
TaskScheduler/btTaskScheduler.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/TaskScheduler/btTaskScheduler.o
.PHONY : TaskScheduler/btTaskScheduler.o

# target to preprocess a source file
TaskScheduler/btTaskScheduler.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/TaskScheduler/btTaskScheduler.i
.PHONY : TaskScheduler/btTaskScheduler.i

# target to generate assembly for a file
TaskScheduler/btTaskScheduler.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/TaskScheduler/btTaskScheduler.s
.PHONY : TaskScheduler/btTaskScheduler.s

# target to build an object file
TaskScheduler/btThreadSupportPosix.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/TaskScheduler/btThreadSupportPosix.o
.PHONY : TaskScheduler/btThreadSupportPosix.o

# target to preprocess a source file
TaskScheduler/btThreadSupportPosix.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/TaskScheduler/btThreadSupportPosix.i
.PHONY : TaskScheduler/btThreadSupportPosix.i

# target to generate assembly for a file
TaskScheduler/btThreadSupportPosix.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/TaskScheduler/btThreadSupportPosix.s
.PHONY : TaskScheduler/btThreadSupportPosix.s

# target to build an object file
TaskScheduler/btThreadSupportWin32.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/TaskScheduler/btThreadSupportWin32.o
.PHONY : TaskScheduler/btThreadSupportWin32.o

# target to preprocess a source file
TaskScheduler/btThreadSupportWin32.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/TaskScheduler/btThreadSupportWin32.i
.PHONY : TaskScheduler/btThreadSupportWin32.i

# target to generate assembly for a file
TaskScheduler/btThreadSupportWin32.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/TaskScheduler/btThreadSupportWin32.s
.PHONY : TaskScheduler/btThreadSupportWin32.s

# target to build an object file
btAlignedAllocator.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btAlignedAllocator.o
.PHONY : btAlignedAllocator.o

# target to preprocess a source file
btAlignedAllocator.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btAlignedAllocator.i
.PHONY : btAlignedAllocator.i

# target to generate assembly for a file
btAlignedAllocator.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btAlignedAllocator.s
.PHONY : btAlignedAllocator.s

# target to build an object file
btConvexHull.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btConvexHull.o
.PHONY : btConvexHull.o

# target to preprocess a source file
btConvexHull.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btConvexHull.i
.PHONY : btConvexHull.i

# target to generate assembly for a file
btConvexHull.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btConvexHull.s
.PHONY : btConvexHull.s

# target to build an object file
btConvexHullComputer.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btConvexHullComputer.o
.PHONY : btConvexHullComputer.o

# target to preprocess a source file
btConvexHullComputer.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btConvexHullComputer.i
.PHONY : btConvexHullComputer.i

# target to generate assembly for a file
btConvexHullComputer.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btConvexHullComputer.s
.PHONY : btConvexHullComputer.s

# target to build an object file
btGeometryUtil.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btGeometryUtil.o
.PHONY : btGeometryUtil.o

# target to preprocess a source file
btGeometryUtil.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btGeometryUtil.i
.PHONY : btGeometryUtil.i

# target to generate assembly for a file
btGeometryUtil.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btGeometryUtil.s
.PHONY : btGeometryUtil.s

# target to build an object file
btPolarDecomposition.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btPolarDecomposition.o
.PHONY : btPolarDecomposition.o

# target to preprocess a source file
btPolarDecomposition.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btPolarDecomposition.i
.PHONY : btPolarDecomposition.i

# target to generate assembly for a file
btPolarDecomposition.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btPolarDecomposition.s
.PHONY : btPolarDecomposition.s

# target to build an object file
btQuickprof.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btQuickprof.o
.PHONY : btQuickprof.o

# target to preprocess a source file
btQuickprof.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btQuickprof.i
.PHONY : btQuickprof.i

# target to generate assembly for a file
btQuickprof.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btQuickprof.s
.PHONY : btQuickprof.s

# target to build an object file
btReducedVector.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btReducedVector.o
.PHONY : btReducedVector.o

# target to preprocess a source file
btReducedVector.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btReducedVector.i
.PHONY : btReducedVector.i

# target to generate assembly for a file
btReducedVector.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btReducedVector.s
.PHONY : btReducedVector.s

# target to build an object file
btSerializer.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btSerializer.o
.PHONY : btSerializer.o

# target to preprocess a source file
btSerializer.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btSerializer.i
.PHONY : btSerializer.i

# target to generate assembly for a file
btSerializer.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btSerializer.s
.PHONY : btSerializer.s

# target to build an object file
btSerializer64.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btSerializer64.o
.PHONY : btSerializer64.o

# target to preprocess a source file
btSerializer64.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btSerializer64.i
.PHONY : btSerializer64.i

# target to generate assembly for a file
btSerializer64.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btSerializer64.s
.PHONY : btSerializer64.s

# target to build an object file
btThreads.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btThreads.o
.PHONY : btThreads.o

# target to preprocess a source file
btThreads.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btThreads.i
.PHONY : btThreads.i

# target to generate assembly for a file
btThreads.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btThreads.s
.PHONY : btThreads.s

# target to build an object file
btVector3.o:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btVector3.o
.PHONY : btVector3.o

# target to preprocess a source file
btVector3.i:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btVector3.i
.PHONY : btVector3.i

# target to generate assembly for a file
btVector3.s:
	cd /home/n00b/Projects/bullet3/em_build && $(MAKE) $(MAKESILENT) -f src/LinearMath/CMakeFiles/LinearMath.dir/build.make src/LinearMath/CMakeFiles/LinearMath.dir/btVector3.s
.PHONY : btVector3.s

# Help Target
help:
	@echo "The following are some of the valid targets for this Makefile:"
	@echo "... all (the default if no target is provided)"
	@echo "... clean"
	@echo "... depend"
	@echo "... edit_cache"
	@echo "... install"
	@echo "... install/local"
	@echo "... install/strip"
	@echo "... list_install_components"
	@echo "... rebuild_cache"
	@echo "... LinearMath"
	@echo "... TaskScheduler/btTaskScheduler.o"
	@echo "... TaskScheduler/btTaskScheduler.i"
	@echo "... TaskScheduler/btTaskScheduler.s"
	@echo "... TaskScheduler/btThreadSupportPosix.o"
	@echo "... TaskScheduler/btThreadSupportPosix.i"
	@echo "... TaskScheduler/btThreadSupportPosix.s"
	@echo "... TaskScheduler/btThreadSupportWin32.o"
	@echo "... TaskScheduler/btThreadSupportWin32.i"
	@echo "... TaskScheduler/btThreadSupportWin32.s"
	@echo "... btAlignedAllocator.o"
	@echo "... btAlignedAllocator.i"
	@echo "... btAlignedAllocator.s"
	@echo "... btConvexHull.o"
	@echo "... btConvexHull.i"
	@echo "... btConvexHull.s"
	@echo "... btConvexHullComputer.o"
	@echo "... btConvexHullComputer.i"
	@echo "... btConvexHullComputer.s"
	@echo "... btGeometryUtil.o"
	@echo "... btGeometryUtil.i"
	@echo "... btGeometryUtil.s"
	@echo "... btPolarDecomposition.o"
	@echo "... btPolarDecomposition.i"
	@echo "... btPolarDecomposition.s"
	@echo "... btQuickprof.o"
	@echo "... btQuickprof.i"
	@echo "... btQuickprof.s"
	@echo "... btReducedVector.o"
	@echo "... btReducedVector.i"
	@echo "... btReducedVector.s"
	@echo "... btSerializer.o"
	@echo "... btSerializer.i"
	@echo "... btSerializer.s"
	@echo "... btSerializer64.o"
	@echo "... btSerializer64.i"
	@echo "... btSerializer64.s"
	@echo "... btThreads.o"
	@echo "... btThreads.i"
	@echo "... btThreads.s"
	@echo "... btVector3.o"
	@echo "... btVector3.i"
	@echo "... btVector3.s"
.PHONY : help



#=============================================================================
# Special targets to cleanup operation of make.

# Special rule to run CMake to check the build system integrity.
# No rule that depends on this can have commands that come from listfiles
# because they might be regenerated.
cmake_check_build_system:
	cd /home/n00b/Projects/bullet3/em_build && $(CMAKE_COMMAND) -S$(CMAKE_SOURCE_DIR) -B$(CMAKE_BINARY_DIR) --check-build-system CMakeFiles/Makefile.cmake 0
.PHONY : cmake_check_build_system

