Improved "make clean"
This commit is contained in:
parent
fcd2e936b4
commit
6de2acea83
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ libem_o.a: libem_s.a
|
||||||
march . libem_o.a
|
march . libem_o.a
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -f *.o
|
rm -f *.o libem_o.a nohup.out Out
|
||||||
|
|
||||||
opr :
|
opr :
|
||||||
make pr | opr
|
make pr | opr
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue