OUTPUT file, silent Makefiles

This commit is contained in:
2021-12-03 17:08:36 +01:00
parent ad032df481
commit bd0c02fb5f
4 changed files with 33 additions and 18 deletions

View File

@@ -50,4 +50,5 @@ clean:
@rm -f aoc-c core*
.c:
$(CC) $(CFLAGS) $(LDFLAGS) -I $(INCDIR) $< $(LDLIB) -o $@
@echo compiling $<
@$(CC) $(CFLAGS) $(LDFLAGS) -I $(INCDIR) $< $(LDLIB) -o $@