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 148b81c commit fbebb9dCopy full SHA for fbebb9d
packages/gems/js/ext/js/depend
@@ -14,4 +14,5 @@ bindgen/legacy/%.o: $(srcdir)/bindgen/legacy/%.c
14
15
bindgen/ext.o: $(srcdir)/bindgen/ext.c
16
@mkdir -p "$(@D)"
17
- $(CC) -c -o $@ $<
+ $(ECHO) compiling $(<)
18
+ $(Q) $(CC) $(INCFLAGS) $(CPPFLAGS) $(CFLAGS) $(COUTFLAG)$@ -c $(CSRCFLAG)$<
0 commit comments