]> git.sur5r.net Git - cc65/blob - libsrc/geos/memory/Makefile
Remove unused imports
[cc65] / libsrc / geos / memory / 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  = crc.o doublepop.o reuregs.o clearram.o fillram.o initram.o movedata.o\
12           stashram.o fetchram.o swapram.o verifyram.o\
13           doublespop.o copystring.o cmpstring.o copyfstring.o cmpfstring.o
14
15 all: $(S_OBJS)
16
17 clean:
18         @rm -f *.~ $(S_OBJS) core