We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3085936 commit eb63051Copy full SHA for eb63051
1 file changed
Makefile.wii
@@ -273,7 +273,19 @@ OBJOUT = -o
273
LINKOUT = -o
274
LINK = $(CXX)
275
276
-all: $(EXT_TARGET)
+all: info $(EXT_TARGET)
277
+
278
+define INFO
279
+CC: $(CC)
280
+CFLAGS: $(CFLAGS)
281
+OBJOUT: $(OBJOUT)
282
+endef
283
+export INFO
284
285
+info:
286
+ifneq ($(V),1)
287
+ @echo "$$INFO"
288
+endif
289
290
%.dol: %.elf
291
$(ELF2DOL) $< $@
0 commit comments