File: clean.cmd

package info (click to toggle)
cl-unicode 20231118.git07e7ff5-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,896 kB
  • sloc: lisp: 2,162; makefile: 7
file content (4 lines) | stat: -rwxr-xr-x 215 bytes parent folder | download | duplicates (5)
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