mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-15 13:52:16 -08:00
make clean_lisp removes also the executable
This commit is contained in:
parent
319c0b50d1
commit
1dd472dbc2
1 changed files with 2 additions and 2 deletions
|
|
@ -222,8 +222,8 @@ mostlyclean: clean_lisp
|
|||
$(RM) config.version config.log config.cache
|
||||
$(RM) *.c *.o *.a *.eclh *.h *.data *.fas *.dat *.la *.so *.dylib
|
||||
clean_lisp:
|
||||
for i in lsp cmp clos clx tk ext; do $(RM) lib$$i.a $$i/?*.{o,eclh,data,c,sdat,h,fas}; done
|
||||
$(RM) help.doc
|
||||
-$(RM) help.doc $(TARGETS)
|
||||
-for i in lsp cmp clos clx tk ext; do $(RM) lib$$i.a $$i/?*.{o,eclh,data,c,sdat,h,fas}; done
|
||||
distclean: clean
|
||||
realclean: distclean
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue