]> git.sur5r.net Git - cc65/blobdiff - src/da65/make/gcc.mak
Allow conditional directives within .STRUCT7:UNION and .ENUM
[cc65] / src / da65 / make / gcc.mak
index 9f98eee83b3c37ce550d7f490b2ec58767d8ba3d..49d4991f434c1a1b44f2596479c60abf1c873225 100644 (file)
@@ -12,11 +12,11 @@ LDFLAGS=
 
 OBJS =         attrtab.o       \
        code.o          \
-       config.o        \
        data.o          \
        error.o         \
        global.o        \
        handler.o       \
+       infofile.o      \
        main.o          \
         opc6502.o       \
         opc65816.o      \
@@ -47,10 +47,10 @@ da65:   $(OBJS) $(LIBS)
        @if [ $(OS2_SHELL) ] ;  then $(EBIND) $@ ; fi
 
 clean:
-       rm -f *~ core *.map
+       $(RM) *~ core *.map
 
 zap:   clean
-       rm -f *.o $(EXECS) .depend
+       $(RM) *.o $(EXECS) .depend
 
 
 # ------------------------------------------------------------------------------