aboutsummaryrefslogtreecommitdiffstats
path: root/build/Makefile
diff options
context:
space:
mode:
authorrayhogenson <rayhogenson@gmail.com>2014-03-15 01:45:58 -0700
committerrayhogenson <rayhogenson@gmail.com>2014-03-15 01:45:58 -0700
commit5d1ce3620c65f56c1d65e9926600b1593becb101 (patch)
treeaaeb515a8ddfd9e20e779a5ffe32723afce3ca4a /build/Makefile
parentMerge pull request #3 from rayhogenson/readmeEdit (diff)
parentadded the config file into the main program (diff)
downloadyetihack-5d1ce3620c65f56c1d65e9926600b1593becb101.tar.zst
Merge pull request #6 from rayhogenson/fix
Fix
Diffstat (limited to 'build/Makefile')
-rw-r--r--build/Makefile54
1 files changed, 27 insertions, 27 deletions
diff --git a/build/Makefile b/build/Makefile
index 631a6ff..42437d0 100644
--- a/build/Makefile
+++ b/build/Makefile
@@ -155,30 +155,6 @@ yetihack/fast:
$(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/build
.PHONY : yetihack/fast
-src/YetiHack.o: src/YetiHack.cpp.o
-.PHONY : src/YetiHack.o
-
-# target to build an object file
-src/YetiHack.cpp.o:
- $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/YetiHack.cpp.o
-.PHONY : src/YetiHack.cpp.o
-
-src/YetiHack.i: src/YetiHack.cpp.i
-.PHONY : src/YetiHack.i
-
-# target to preprocess a source file
-src/YetiHack.cpp.i:
- $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/YetiHack.cpp.i
-.PHONY : src/YetiHack.cpp.i
-
-src/YetiHack.s: src/YetiHack.cpp.s
-.PHONY : src/YetiHack.s
-
-# target to generate assembly for a file
-src/YetiHack.cpp.s:
- $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/YetiHack.cpp.s
-.PHONY : src/YetiHack.cpp.s
-
src/yeti.o: src/yeti.cpp.o
.PHONY : src/yeti.o
@@ -203,6 +179,30 @@ src/yeti.cpp.s:
$(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/yeti.cpp.s
.PHONY : src/yeti.cpp.s
+src/yetihack.o: src/yetihack.cpp.o
+.PHONY : src/yetihack.o
+
+# target to build an object file
+src/yetihack.cpp.o:
+ $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/yetihack.cpp.o
+.PHONY : src/yetihack.cpp.o
+
+src/yetihack.i: src/yetihack.cpp.i
+.PHONY : src/yetihack.i
+
+# target to preprocess a source file
+src/yetihack.cpp.i:
+ $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/yetihack.cpp.i
+.PHONY : src/yetihack.cpp.i
+
+src/yetihack.s: src/yetihack.cpp.s
+.PHONY : src/yetihack.s
+
+# target to generate assembly for a file
+src/yetihack.cpp.s:
+ $(MAKE) -f CMakeFiles/yetihack.dir/build.make CMakeFiles/yetihack.dir/src/yetihack.cpp.s
+.PHONY : src/yetihack.cpp.s
+
# Help Target
help:
@echo "The following are some of the valid targets for this Makefile:"
@@ -216,12 +216,12 @@ help:
@echo "... list_install_components"
@echo "... rebuild_cache"
@echo "... yetihack"
- @echo "... src/YetiHack.o"
- @echo "... src/YetiHack.i"
- @echo "... src/YetiHack.s"
@echo "... src/yeti.o"
@echo "... src/yeti.i"
@echo "... src/yeti.s"
+ @echo "... src/yetihack.o"
+ @echo "... src/yetihack.i"
+ @echo "... src/yetihack.s"
.PHONY : help