This website works better with JavaScript.
Home
Explore
Help
Sign In
forestbelton
/
island-story
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Initial commit
master
Forest Belton
3 years ago
commit
4b277ac41e
2 changed files
with
14 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+6
-0
Makefile
+8
-0
README.md
+ 6
- 0
Makefile
View File
@ -0,0 +1,6 @@
SFILES
:=
$(
shell find src -type f -name
'*.s'
)
OFILES
:=
$(
SFILES:%.s
=
%.o
)
OUTPUT
:=
is.gb
$(OUTPUT)
:
$(
OFILES
)
echo
+ 8
- 0
README.md
View File
@ -0,0 +1,8 @@
# Island Story
## Build
Make sure you have [
RGBDS
](
https://github.com/gbdev/rgbds
) installed.
```
$ make
```
Write
Preview
Loading…
Cancel
Save