clib: Un-quieten cp437 conversion process

This commit is contained in:
RichardG867
2021-10-15 19:49:22 -03:00
parent 19da628d60
commit 22e640f478

View File

@@ -55,7 +55,7 @@ CFLAGS = -bt=$(SYSTEM) $(CFLAGS)
# Compile source file into object file.
.c.obj
!if "$(CP437_CONV)" == "y"
@..$(SLASH)cp437$(SLASH)$(CP437) $<
..$(SLASH)cp437$(SLASH)$(CP437) $<
$(CC) $(CFLAGS) $<_cp437
@$(DEL) $<_cp437
!else