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.
2 parents e805fbb + e55bccf commit 53ffcaeCopy full SHA for 53ffcae
src/main/c/Makefile
@@ -62,7 +62,9 @@ clean_cexts:
62
$(Q) rm -f rbs/Makefile rbs/*.o rbs/rbs_extension.$(DLEXT)
63
64
# cext-trampoline
65
+# Remove cext/wrappers.c explicitly, as it was a generated file and so `git pull` does not remove it
66
cext-trampoline/trampoline.c: $(CEXT_C_FILES) $(BASIC_DEPS) $(ROOT)/tool/generate-cext-trampoline.rb
67
+ $(Q) rm -f cext/wrappers.c
68
$(Q) cd $(ROOT) && $(RUBY) tool/generate-cext-trampoline.rb
69
70
$(TRAMPOLINE): cext-trampoline/Makefile cext-trampoline/trampoline.c cext-trampoline/*.c Makefile
0 commit comments