File: clean.cmd

package info (click to toggle)
cl-unicode 20180328-2
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 3,508 kB
  • sloc: lisp: 1,781; 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