revert to silent Makefile

This commit is contained in:
2021-12-12 19:46:54 +01:00
parent e07241fd25
commit af7543b623

View File

@@ -55,4 +55,4 @@ clean:
.c:
@echo compiling $<
$(CC) $(CFLAGS) $(LDFLAGS) -I $(INCDIR) $< $(LDLIB) -o $@
@$(CC) $(CFLAGS) $(LDFLAGS) -I $(INCDIR) $< $(LDLIB) -o $@