Codebase list cl-unicode / fresh-snapshots/main clean.cmd
fresh-snapshots/main

Tree @fresh-snapshots/main (Download .tar.gz)

clean.cmd @fresh-snapshots/mainraw · history · blame

1
2
3
4
REM Script to remove development cruft from this directory

for %%f in (build test doc .) do del %%f\*.bak, %%f\*.ofasl, %%f\*.*~ /s /q
del methods.lisp lists.lisp hash-tables.lisp test\derived-properties /s /q