From 4793dda3ada333e4462a8d6faa0705d8b3ba3890 Mon Sep 17 00:00:00 2001 From: Miguel Date: Sat, 18 Aug 2018 22:23:13 +0200 Subject: beautify Makefiles (probably bad idea.. :P ) --- Makefile.common | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile.common') diff --git a/Makefile.common b/Makefile.common index 9f9f5cd..89b90e8 100644 --- a/Makefile.common +++ b/Makefile.common @@ -1,10 +1,10 @@ ### explicit rules ### %.o: %.asm - nasm -f elf $*.asm -o $@ + @echo "Assembling (nasm) $@..."; nasm -f elf $*.asm -o $@ %.bin: %.asm - nasm -f bin $*.asm -o $@ + @echo "Assembling (nasm) $@..."; nasm -f bin $*.asm -o $@ #%.o: %.s # i686-elf-as $*.s -o $@ -- cgit v1.2.3