vhlt/README.md

18 lines
461 B
Markdown
Raw Normal View History

2016-09-20 21:34:20 +00:00
# Vluzacn ZHLT
2016-10-09 13:39:58 +00:00
[![Build Status](https://travis-ci.org/FreeSlave/vhlt.svg?branch=master)](https://travis-ci.org/FreeSlave/vhlt)
2016-09-20 21:57:46 +00:00
2016-09-20 21:34:20 +00:00
Custom Zoner's Half-Life Tools created by vluzacn. This is not my project, I just need repository here to add support for determining of the number of threads on posix systems.
2016-10-09 13:39:05 +00:00
## Building
make
If you want to pass additional flags to make:
make USER_FLAGS="your flags"
Example:
make USER_FLAGS="-static-libstdc++"