Codebase list cl-unicode / upstream/20190407.git8073fc5 clean.cmd
upstream/20190407.git8073fc5

Tree @upstream/20190407.git8073fc5 (Download .tar.gz)

clean.cmd @upstream/20190407.git8073fc5raw · 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