]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/devel/Makefile
errno/oserrno stuff is cleaned up, saved some bytes in dialog box functions
[cc65] / libsrc / geos / devel / Makefile
index e7c140ad54c8deb57bf1ad59ce1606299d7cd938..62fb3c53cab34f29ecaef4593e7548424cb222e0 100644 (file)
@@ -5,13 +5,12 @@
 #
 
 %.o:   %.s
-       @echo $<
        @$(AS) -o $@ $(AFLAGS) $<
 
 
-S_OBJS = crt0.o
+S_OBJS = crt0.o oserror.o
 
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
\ No newline at end of file
+       @rm -f *.~ $(S_OBJS) core