Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b2f5b8e

Browse files
committed
Replace makefile tutorial with one that is online
1 parent 1b1d958 commit b2f5b8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

02_Development_environment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -352,7 +352,7 @@ int main() {
352352
Next, we'll write a makefile to compile and run this basic Vulkan code. Create a
353353
new empty file called `Makefile`. I will assume that you already have some basic
354354
experience with makefiles, like how variables and rules work. If not, you can
355-
get up to speed very quickly with [this tutorial](http://mrbook.org/blog/tutorials/make/).
355+
get up to speed very quickly with [this tutorial](https://makefiletutorial.com/).
356356

357357
We'll first define a couple of variables to simplify the remainder of the file.
358358
Define a `VULKAN_SDK_PATH` variable that refers to the location of the `x86_64`

0 commit comments

Comments
 (0)