]> git.sur5r.net Git - cc65/blob - libsrc/geos/conio/Makefile
conio with fixed width and proportional font support
[cc65] / libsrc / geos / conio / Makefile
1 #
2 # Makefile for GEOS lib
3 # for cc65
4 #
5
6 %.o:    %.s
7         @$(AS) -o $@ $(AFLAGS) $<
8
9
10 S_OBJS  = cclear.o chline.o cvline.o cgetc.o clrscr.o color.o\
11         cputc.o cpputs.o cputs.o cursor.o gotoxy.o kbhit.o revers.o\
12         screensize.o where.o _scrsize.o
13
14 all: $(S_OBJS)
15
16 clean:
17         @rm -f *.~ $(S_OBJS) core