From 98bf7b67543b36b6fe49f2b68c115ebeaf630603 Mon Sep 17 00:00:00 2001 From: Miguel Date: Wed, 22 Aug 2018 16:35:12 +0200 Subject: cleanup logging --- Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b38f49a..1e6f791 100644 --- a/Makefile +++ b/Makefile @@ -50,6 +50,7 @@ ASFLAGS+=-gstabs ########## verbosity ##################3 V = 0 CC = @echo "Compiling (i686-elf-gcc) $<..."; i686-elf-gcc +CC = i686-elf-gcc AS = @echo "Assembling (i686-elf-as) $<..."; i686-elf-as #CC_1 = $(CCC) #CC = $(CC_$(V)) -- cgit v1.2.3