diff options
Diffstat (limited to 'build/Makefile')
| -rw-r--r-- | build/Makefile | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/build/Makefile b/build/Makefile index 71bbee7..45e6502 100644 --- a/build/Makefile +++ b/build/Makefile @@ -169,6 +169,19 @@ Demo4/fast: .PHONY : Demo4/fast #============================================================================= +# Target rules for targets named Demo5 + +# Build rule for target. +Demo5: cmake_check_build_system + $(MAKE) $(MAKESILENT) -f CMakeFiles/Makefile2 Demo5 +.PHONY : Demo5 + +# fast build rule for target. +Demo5/fast: + $(MAKE) $(MAKESILENT) -f demo5/CMakeFiles/Demo5.dir/build.make demo5/CMakeFiles/Demo5.dir/build +.PHONY : Demo5/fast + +#============================================================================= # Target rules for targets named maat # Build rule for target. @@ -192,6 +205,7 @@ help: @echo "... Demo1" @echo "... Demo2" @echo "... Demo4" + @echo "... Demo5" @echo "... demo3" @echo "... maat" .PHONY : help |
