Make "make clean" actually clean all object files.

Signed-off-by: Fabian Giesen <fabiang@radgametools.com>
Signed-off-by: Cyrill Gorcunov <gorcunov@gmail.com>
This commit is contained in:
Fabian Giesen 2016-07-13 17:21:59 -07:00 committed by Cyrill Gorcunov
parent 6d67dbfa95
commit 6823d01c82

View file

@ -277,7 +277,7 @@ install: nasm$(X) ndisasm$(X)
$(INSTALL_DATA) $(srcdir)/ndisasm.1 $(INSTALLROOT)$(mandir)/man1/ndisasm.1
clean:
for d in . stdlib nasmlib output asm dis asm x86; do \
for d in . stdlib nasmlib output asm disasm x86 common macros; do \
$(RM) -f "$$d"/*.$(O) "$$d"/*.s "$$d"/*.i "$$d"/*.$(A) ; \
done
$(RM) -f nasm$(X) ndisasm$(X)