clean up the mess after compiling
authorceriel <none@none>
Mon, 2 Mar 1987 19:30:24 +0000 (19:30 +0000)
committerceriel <none@none>
Mon, 2 Mar 1987 19:30:24 +0000 (19:30 +0000)
modules/src/em_code/make.fun

index 3782255..0bc31b8 100755 (executable)
@@ -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