mirror of
https://github.com/cc65/cc65.git
synced 2024-11-02 18:06:48 +00:00
6ff1d8314d
- It relies on include files which are not part of the cc65 distribution (but only present in the cc65 source tree). - An upcoming GEOS VLIR C sample will obsolete it - as sample. git-svn-id: svn://svn.cc65.org/cc65/trunk@5316 b7a2c559-68d2-44c3-8de9-860c34a00d81
3 lines
65 B
Makefile
3 lines
65 B
Makefile
all:
|
|
grc65 vlir.grc
|
|
cl65 -t geos vlir.s vlir0.s vlir1.s vlir2.s
|