mirror of
https://github.com/wwarthen/RomWBW.git
synced 2026-02-06 22:23:13 -06:00
- Restructured documentation and started updates (much more to go) - Added test app to test HBIOS banking API.
7 lines
131 B
Makefile
7 lines
131 B
Makefile
OBJECTS = banktest.com
|
|
DEST = ../../../../Binary/Apps/Test
|
|
TOOLS =../../../../Tools
|
|
|
|
USETASM=1
|
|
|
|
include $(TOOLS)/Makefile.inc |