Skip to content

HumanG33k/buildme-unvanquished

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build me Unvanquished!

Simple Makefile to build and test Unvanquished from source.

How-to

# get this repository
git clone https://github.com/illwieckz/buildme-unvanquished.git

# enter the directory
cd buildme-unvanquished

# fetches all sources
make clone

# build assets
make data

# build binaries (engine, vm)
make bin -j$(nproc)

# run the game
make run

Author

Thomas “illwieckz” Debesse

License

This Makefile is covered by BSD 3-Clause license, see LICENSE.md.

About

Build me Unvanquished!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Makefile 100.0%