diff --git a/doc/guides/compile.md b/doc/guides/compile.md index 2923a2676..63f3849f4 100644 --- a/doc/guides/compile.md +++ b/doc/guides/compile.md @@ -556,3 +556,7 @@ CFLAGS = `$(MRB_CONFIG) --cflags` LDFLAGS = `$(MRB_CONFIG) --ldflags` LIBS = `$(MRB_CONFIG) --libs` ``` + +## Tips + +* If you see compilation troubles, try `rake clean` first.