fincs
e554f11999
Update template Makefile with the following changes:
...
- Add RomFS embedding support
- Add proper rules for assembling GPU shaders
- Use -ffunction-sections and --gc-sections by default
- Remove -ffast-math
2015-11-21 01:12:33 +01:00
Emmanuel Gil Peyrot
b2e01b17a1
Remove the executable bit from examples’ Makefiles
...
The normal way to invoke a Makefile is to run `make`, not to run the
Makefile directly. Besides they would be missing a shebang anyway.
2015-10-06 22:58:03 +01:00
Dave Murphy
4caa875489
fix smdh building
2015-03-01 16:56:10 +00:00
Dave Murphy
6d25d6d335
add smdh embedding
2015-03-01 16:39:34 +00:00
Dave Murphy
5a17bfd631
don't need + when using variable
2015-02-18 12:01:03 +00:00
Dave Murphy
71788b4a66
use variable to recurse make
2015-02-18 00:34:55 +00:00
gudenau
bb1ca9e63a
Fixed a type-o
2015-02-16 18:47:40 -06:00
Dave Murphy
7e24c7766f
switch to hard float
2015-02-15 01:26:16 +00:00
Dave Murphy
678b89e9b2
remove unneeded boilerplate from examples
2015-01-09 08:14:01 +00:00
Dave Murphy
81e93f867b
update examples to use gfxInitDefault
2015-01-03 00:06:22 +00:00
Aurelio Mannara
6a96abf2cb
Used *.c extension and lower case dir name
2014-12-15 09:32:48 +01:00