Updated Building a Classic MacOS app (markdown)

Uli Kusterer 2022-10-05 21:35:14 +02:00
parent f24ccbec0e
commit 1b3e25ac7c

@ -41,7 +41,7 @@ resource 'SIZE' (-1) {
};
```
### Create the Makefile for building this app
## Create the Makefile for building this app
```
# This should point to wherever you've built the 'mpw' tool from this repository:
@ -102,6 +102,6 @@ clean:
rm -rf bin obj
```
### Building the app
## Building the app
Just type `make all` in your `mpw-sillyballs` directory. The Makefile will now create a `bin/SillyBalls.68k` and a `bin/SillyBalls.ppc` executable.