doc/guides/compile.md: add rake clean tip; ref #5784 [ci skip]

This commit is contained in:
Yukihiro "Matz" Matsumoto
2022-08-20 12:53:34 +09:00
parent 28d1e794db
commit 563010697e
+4
View File
@@ -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.