mirror of
https://github.com/cc65/cc65.git
synced 2025-08-08 06:25:17 +00:00
Add definitions for tools so the makefile is useful by itself.
Added the get_tv module. git-svn-id: svn://svn.cc65.org/cc65/trunk@3258 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
@@ -4,6 +4,18 @@
|
|||||||
|
|
||||||
.SUFFIXES: .o .s .c
|
.SUFFIXES: .o .s .c
|
||||||
|
|
||||||
|
#--------------------------------------------------------------------------
|
||||||
|
# Programs and flags
|
||||||
|
|
||||||
|
SYS = vic20
|
||||||
|
|
||||||
|
AS = ../../src/ca65/ca65
|
||||||
|
CC = ../../src/cc65/cc65
|
||||||
|
LD = ../../src/ld65/ld65
|
||||||
|
|
||||||
|
AFLAGS=-t $(SYS) -I../../asminc
|
||||||
|
CFLAGS=-Osir -g -T -t $(SYS) --forget-inc-paths -I . -I ../../include
|
||||||
|
|
||||||
#--------------------------------------------------------------------------
|
#--------------------------------------------------------------------------
|
||||||
# Rules
|
# Rules
|
||||||
|
|
||||||
@@ -34,6 +46,7 @@ OBJS = _scrsize.o \
|
|||||||
color.o \
|
color.o \
|
||||||
conio.o \
|
conio.o \
|
||||||
cputc.o \
|
cputc.o \
|
||||||
|
get_tv.o \
|
||||||
joy_stddrv.o \
|
joy_stddrv.o \
|
||||||
kbhit.o \
|
kbhit.o \
|
||||||
kernal.o \
|
kernal.o \
|
||||||
|
Reference in New Issue
Block a user