]> git.sur5r.net Git - cc65/blob - libsrc/geos/system/Makefile
dio bugfix, added get_tv and get_ostype functions
[cc65] / libsrc / geos / system / Makefile
1 #
2 # Makefile for GEOS lib
3 # for cc65
4 #
5 #
6
7 %.o:    %.s
8         @$(AS) -o $@ $(AFLAGS) $<
9
10
11 S_OBJS  = callroutine.o enterdesktop.o firstinit.o getrandom.o getserialnumber.o\
12           initdoneio.o mainloop.o panic.o tobasic.o setdevice.o get_ostype.o
13
14 all: $(S_OBJS)
15
16 clean:
17         @rm -f *.~ $(S_OBJS) core