summaryrefslogtreecommitdiff
path: root/build/Makefile
diff options
context:
space:
mode:
authorzhangyang <[email protected]>2024-04-29 23:05:41 -0400
committerzhangyang <[email protected]>2024-04-29 23:05:41 -0400
commit59f2cb894bbf2b5ee8d27f4be7078719d2303267 (patch)
tree0e8a533628e09531ed6b554062c63b9b7c0a4711 /build/Makefile
parent666b2cf45fb6ec080c9f78e89e4d5c702f640037 (diff)
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile14
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