From 324dd638554bd170db36fb642effbfc830402283 Mon Sep 17 00:00:00 2001 From: ABelliqueux Date: Wed, 23 Dec 2020 12:17:09 +0100 Subject: [PATCH] add inst for compilation --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f43a922..1d9ea15 100644 --- a/README.md +++ b/README.md @@ -114,6 +114,10 @@ The filename variable must begin with `_binary_` followed by the full path of yo That's it! When you'll type `make` next time, it should convert your files to .o, then include them in your ps-exe. +## Compiling the examples in this repo + +All you have to do is uncomment the corresponding rules in `Makefile` then compile with `make`. + # Links and Doc * [Getting started with PSX dev](https://psx.arthus.net/starting.html)