File: make-clean

package info (click to toggle)
stalin 0.11-5
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, squeeze, wheezy
  • size: 110,320 kB
  • ctags: 163,115
  • sloc: ansic: 1,757,574; lisp: 88,332; sh: 1,496; makefile: 285; sed: 100; csh: 30
file content (12 lines) | stat: -rwxr-xr-x 240 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
#!/bin/sh
rm -rf include/gc.h
rm -rf include/gc_config_macros.h.h
rm -rf include/Tmk.h
rm -rf include/libgc.a
rm -rf include/libstalin.a
rm -rf include/libTmk.a
rm -rf include/stalin
rm -rf stalin.c
rm -rf stalin
cd benchmarks
./make-clean