vhlt/README.md

18 lines
521 B
Markdown
Raw Permalink Normal View History

2016-09-20 21:34:20 +00:00
# Vluzacn ZHLT
2021-06-13 13:31:02 +00:00
[![Build Status](https://github.com/FreeSlave/vhlt/actions/workflows/.github.yml/badge.svg?branch=master)](https://github.com/FreeSlave/vhlt/actions/workflows/.github.yml)
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"
2016-10-09 13:39:05 +00:00
Example:
make USER_FLAGS="-static-libstdc++"