Skip to content

Commit

Permalink
Replace warning text in Makefile files (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
xyzz authored and d3m3vilurr committed Jan 31, 2018
1 parent 1bcea69 commit 178c0be
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hello_cpp_world/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Writing Vita Makefiles is now DEPRECATED. All you need is CMakeLists.txt
# This is provided only for compatibility. Your project does NOT need this file.
# You should only use Makefile-based build if you know what you're doing.
# For most vitasdk projects, CMake is a better choice. See CMakeLists.txt for an example.

PHONY := all package clean
rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
Expand Down
4 changes: 2 additions & 2 deletions hello_world/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Writing Vita Makefiles is now DEPRECATED. All you need is CMakeLists.txt
# This is provided only for compatibility. Your project does NOT need this file.
# You should only use Makefile-based build if you know what you're doing.
# For most vitasdk projects, CMake is a better choice. See CMakeLists.txt for an example.

PHONY := all package clean
rwildcard=$(foreach d,$(wildcard $1*),$(call rwildcard,$d/,$2) $(filter $(subst *,%,$2),$d))
Expand Down

0 comments on commit 178c0be

Please sign in to comment.