EtchedPixels / CC6303

A C compiler for the 6800 series processors
Other
37 stars 7 forks source link

[bug?] make clean does not clean libs and other files. Is it wanted? #7

Closed Fabrizio-Caruso closed 3 years ago

Fabrizio-Caruso commented 3 years ago

If I run make clean I see that many files are not cleaned:

        copt/killdeadlabel.exe
        copt/killdeadlabel.o
        libio/6800/libio6800.a
        libio/6803/libio6803.a
        target-flex/lib/crt0.o
        target-flex/lib/libflex.a
        target-mc10/lib/crt0_mc10.o
        target-mc10/lib/libmc10.a
        tmp/

Is this the desired behavior?

EtchedPixels commented 3 years ago

Should now be fixed. I don't see any need to clean the tmp dir but the rest are tidied

Fabrizio-Caruso commented 3 years ago

Thanks a lot!