]> git.sur5r.net Git - cc65/blobdiff - libsrc/geos/devel/Makefile
Return 0 if color not found
[cc65] / libsrc / geos / devel / Makefile
index e7c140ad54c8deb57bf1ad59ce1606299d7cd938..653741ab34a921d63ab798338e40975c427818b6 100644 (file)
@@ -5,13 +5,12 @@
 #
 
 %.o:   %.s
-       @echo $<
        @$(AS) -o $@ $(AFLAGS) $<
 
 
-S_OBJS = crt0.o
+S_OBJS = crt0.o oserror.o randomize.o
 
 all: $(S_OBJS)
 
 clean:
-       @rm -f *.~ $(S_OBJS) core
\ No newline at end of file
+       @rm -f *.~ $(S_OBJS) core