delete it in make clean.
R=r
DELTA=10 (0 added, 0 deleted, 10 changed)
OCL=19542
CL=19581
"default: packages\n"
"\n"
"clean:\n"
- "\trm -f *.$O *.a\n"
+ "\trm -f *.$O *.a $O.out\n"
"\n"
"test: packages\n"
"\tgotest\n"
set -e
# They all compile; now generate the code to call them.
-trap "rm -f _testmain.go _testmain.6 6.out" 0 1 2 3 14 15
+trap "rm -f _testmain.go _testmain.6" 0 1 2 3 14 15
{
# package spec
echo 'package main'
default: packages
clean:
- rm -f *.$O *.a
+ rm -f *.$O *.a $O.out
test: packages
gotest
default: packages
clean:
- rm -f *.$O *.a
+ rm -f *.$O *.a $O.out
test: packages
gotest
default: packages
clean:
- rm -f *.$O *.a
+ rm -f *.$O *.a $O.out
test: packages
gotest
default: packages
clean:
- rm -f *.$O *.a
+ rm -f *.$O *.a $O.out
test: packages
gotest
default: packages
clean:
- rm -f *.$O *.a
+ rm -f *.$O *.a $O.out
test: packages
gotest
default: packages
clean:
- rm -f *.$O *.a
+ rm -f *.$O *.a $O.out
test: packages
gotest
default: packages
clean:
- rm -f *.$O *.a
+ rm -f *.$O *.a $O.out
test: packages
gotest
default: packages
clean:
- rm -f *.$O *.a
+ rm -f *.$O *.a $O.out
test: packages
gotest