]> git.sur5r.net Git - cc65/blob - libsrc/geos/menuicon/Makefile
info about c1541 in docs, lowered highest available address to $6000 due to
[cc65] / libsrc / geos / menuicon / 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  = domenu.o dopreviousmenu.o redomenu.o recovermenu.o recoverallmenus.o\
12           gotofirstmenu.o doicons.o
13
14 all: $(S_OBJS)
15
16 clean:
17         @rm -f *.~ $(S_OBJS) core