Skip to content

Commit c0dbc6c

Browse files
committed
Debug GitHub Actions
1 parent f6d617e commit c0dbc6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ $(OBJS): $(GDBSTUB_LIB)
139139

140140
$(BIN): $(OBJS)
141141
$(VECHO) " LD\t$@\n"
142-
$(Q)$(CC) -o $@ $^ $(LDFLAGS)
142+
$(CC) -o $@ $^ $(LDFLAGS)
143143

144144
%.o: %.c
145145
$(VECHO) " CC\t$@\n"

0 commit comments

Comments
 (0)