source: avrstuff/CPC stuff/gordon/manager/Makefile@ 7dcccbc

main
Last change on this file since 7dcccbc was 7dcccbc, checked in by Adrien Destugues <pulkomandy@…>, 12 years ago

Add WIP code for the manager (and ROM testing)

git-svn-id: svn://pulkomandy.tk/avrstuff@78 c6672c3c-f6b6-47f9-9001-1fd6b12fecbe

  • Property mode set to 100644
File size: 391 bytes
Line 
1# Requires uppercase because CPCFS is buggy
2NAME:=GORDON
3
4# Set disk contents
5$(NAME).dsk:: $(NAME).BIN
6
7# List the sourcefiles for your main code. This is currently statically linked
8# at &300 and (hopefully) loaded there by the loader code.
9# TODO use a target variable for the address, and get it from VASM/VLINK somehow
10$(NAME).BIN:: gordon.o
11$(NAME).BIN: START = 0x2000
12
13include cpc.mk
Note: See TracBrowser for help on using the repository browser.