Codebase list cl-unicode / HEAD clean.cmd
HEAD

Tree @HEAD (Download .tar.gz)

clean.cmd @HEADraw · 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