]> git.sur5r.net Git - cc65/blob - libsrc/geos/process/Makefile
errno/oserrno stuff is cleaned up, saved some bytes in dialog box functions
[cc65] / libsrc / geos / process / 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  = processinitrestartenable.o processblock.o processfreeze.o sleep.o
12
13 all: $(S_OBJS)
14
15 clean:
16         @rm -f *.~ $(S_OBJS) core