mirror of
https://github.com/ksherlock/mpw.git
synced 2025-03-03 04:29:31 +00:00
Updated Building a Classic MacOS app (markdown)
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:
|
# This should point to wherever you've built the 'mpw' tool from this repository:
|
||||||
@ -102,6 +102,6 @@ clean:
|
|||||||
rm -rf bin obj
|
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.
|
Just type `make all` in your `mpw-sillyballs` directory. The Makefile will now create a `bin/SillyBalls.68k` and a `bin/SillyBalls.ppc` executable.
|
Loading…
x
Reference in New Issue
Block a user