Corrected clean option in Makefile
authorbruce <none@none>
Thu, 9 Jul 1987 09:14:43 +0000 (09:14 +0000)
committerbruce <none@none>
Thu, 9 Jul 1987 09:14:43 +0000 (09:14 +0000)
modules/src/em_opt/Makefile

index 21a4934..170ae57 100644 (file)
@@ -67,7 +67,7 @@ clean:
                rm -f O_*.o
                rm -f O_*.c
                rm -f $(NOFILES) main.o mkstrct.o $(POFILES)
-               rm -f $(GENFILES) parser libopt.a
+               rm -f $(GENFILES) parser em_nopt $(LIBOPT)
 
 em_nopt:       main.o $(NOFILES)
                $(CC) -o em_nopt main.o $(NOFILES) $(LIBS)