refactoring

This commit is contained in:
Devaev Maxim
2019-09-06 02:00:09 +03:00
parent 9a216153dc
commit 2dbaf08eb0
3 changed files with 5 additions and 6 deletions

View File

@@ -58,7 +58,7 @@ regen:
$(PROG): $(SOURCES:.c=.o)
$(info -- LINKING $@)
$(info -- LD $@)
@ $(CC) $(SOURCES:.c=.o) -o $@ $(LDFLAGS) $(LIBS)
$(info ===== Build complete =====)
$(info == CC = $(CC))