Comment 6 for bug 311592

Revision history for this message
Allisson Azevedo (allisson) wrote :

Hi,

The Makefile for this package is some strange, look the rule for clean and distclean:

-------------------------------------------------------------------------------------
 clean:
        $(MAKE) -C src/ clean
        $(MAKE) -C tools/hmsa/ clean

distclean:
        $(MAKE) -C src/ distclean
        $(MAKE) -C tools/hmsa/ distclean
        $(RM) config.cache config.log Makefile.cnf config.h
        $(RM) hatari.1.gz
-------------------------------------------------------------------------------------