move everything raylib-related to a directory
This commit is contained in:
parent
3f2220265f
commit
372d3d1137
2
Makefile
2
Makefile
@ -1,2 +1,2 @@
|
||||
rect: rect.rs
|
||||
rustc -L. -lraylib $< -o bin/$@
|
||||
rustc -L./raylib/ -lraylib $< -o bin/$@
|
||||
|
Loading…
Reference in New Issue
Block a user