Browse Source

Corrected clean option to remove libopt.a

bruce 37 years ago
parent
commit
ba648025fd
1 changed files with 1 additions and 1 deletions
  1. 1 1
      modules/src/em_opt/Makefile

+ 1 - 1
modules/src/em_opt/Makefile

@@ -31,7 +31,7 @@ opr:
 		make pr | opr
 
 clean:
-		rm -f $(NOFILES) $(POFILES) $(GENFILES) parser core makerror
+		rm -f $(NOFILES) $(POFILES) $(GENFILES) parser libopt.a
 
 # set HOWMUCH to head -20 to limit number of patterns used
 #HOWMUCH = head -20