mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-05 00:40:48 -08:00
Clean also the 'ext' directory so that asdf rebuilds properly'
This commit is contained in:
parent
caf8598d9d
commit
f35bddaeb7
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ clean: clean_lisp
|
|||
$(RM) config.version config.log config.cache
|
||||
$(RM) *.c *.o *.a *.h *.data *.fas
|
||||
clean_lisp:
|
||||
for i in lsp cmp clos clx tk; do $(RM) lib$$i.a $$i/?*.{o,data,c,sdat,h,fas}; done
|
||||
for i in lsp cmp clos clx tk ext; do $(RM) lib$$i.a $$i/?*.{o,data,c,sdat,h,fas}; done
|
||||
$(RM) help.doc
|
||||
distclean: clean
|
||||
realclean: distclean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue