clean up the mess after compiling

This commit is contained in:
ceriel 1987-03-02 19:30:24 +00:00
parent 154bb5df06
commit c5f0e41be9

View file

@ -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