fix 'make clean' target for libs2245

This commit is contained in:
Solomon Peachy 2020-12-16 19:24:46 -05:00
parent 80b059cd95
commit 958a73cd73
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ install: all
clean:
@$(E) " CLEAN " all
$(Q)$(RM) $(EXEC_NAME) $(BACKENDS) $(LIBRARIES) $(SOURCES:.c=.o) $(LIBS6145_SOURCES:.c=.o) $(LIB70X_SOURCES:.c=.o)
$(Q)$(RM) $(EXEC_NAME) $(BACKENDS) $(LIBRARIES) $(SOURCES:.c=.o) $(LIBS6145_SOURCES:.c=.o) $(LIBS2245_SOURCES:.c=.o) $(LIB70X_SOURCES:.c=.o)
$(Q)$(RM) -Rf $(DATAFILES_TMP)
release: