mirror of
https://github.com/libretro/RetroArch
synced 2025-03-12 13:13:30 +00:00
Print AS when compiling ASM source.
This commit is contained in:
parent
6294ce7025
commit
a5e3df4e72
2
Makefile
2
Makefile
@ -347,7 +347,7 @@ endif
|
||||
|
||||
%.o: %.S config.h config.mk $(HEADERS)
|
||||
$(Q)$(CC) $(CFLAGS) $(ASFLAGS) $(DEFINES) -c -o $@ $<
|
||||
@$(if $(Q), $(shell echo echo CC $<),)
|
||||
@$(if $(Q), $(shell echo echo AS $<),)
|
||||
|
||||
install: $(TARGET)
|
||||
mkdir -p $(DESTDIR)$(PREFIX)/bin 2>/dev/null || /bin/true
|
||||
|
Loading…
x
Reference in New Issue
Block a user