Skip to content

A simple Makefile that incorporates Raylib on OS: Windows && Platform: Desktop

License

Notifications You must be signed in to change notification settings

rfaile313/Raylib-Buildfiles

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 

Repository files navigation

Raylib-Buildfiles

A simple Makefile that you can include in your Raylib projects to easily build or clean your project. Simple and clear directions:

  1. Ensure you have compiled raylib and generated the libraylib.a static file. Need to do this? I have created a YouTube video guide that will show you how step by step.
  2. Modify the paths in the Makefile to point to your source file(s), and the directory that contains raylib.h and libraylib.a.
  3. make to build your program.
  4. make clean to clean the executable and any objects if they exist.

Example project structure:

|───(Project Root)
  |─── main.c
  ├───include
    └───raylib.h
  ├───lib
    └───libraylib.a

Any questions? Feel free to contact me

All credit to @raysan5 for his awesome C game library. Check out https://www.raylib.com/ !

About

A simple Makefile that incorporates Raylib on OS: Windows && Platform: Desktop

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published