mirror of
https://github.com/mruby/mruby
synced 2026-06-08 16:11:16 +00:00
doc/guides/compile.md: add rake clean tip; ref #5784 [ci skip]
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user