clean up the mess after compiling
This commit is contained in:
parent
154bb5df06
commit
c5f0e41be9
|
@ -45,6 +45,8 @@ cc -c -O -I$1 -I$EMHOME/modules/h -I$EMHOME/h $1/C_failed.c
|
|||
mv em.o em$1.o
|
||||
rm -f libem$1.a
|
||||
ar rc libem$1.a *.o
|
||||
rm -f *.o
|
||||
rm -f *.c
|
||||
--EOF--
|
||||
.
|
||||
1,$p
|
||||
|
|
Loading…
Reference in a new issue