Add distclean target.
This commit is contained in:
parent
4384ee6b60
commit
36d54ba325
|
@ -141,5 +141,9 @@ dist:
|
|||
clean:
|
||||
rm -f $(SCX_VM) $(SCX) $(SCX_IMAGE) *.o c/*.o c/xlib/*.o c/libs/*.o
|
||||
|
||||
distclean: clean
|
||||
rm -f configure Makefile config.log config.status
|
||||
rm -rf autom4te.cache/
|
||||
|
||||
tags:
|
||||
find . -name "*.c" -or -name "*.h" -or -name "*.scm" | etags -
|
||||
|
|
Loading…
Reference in New Issue