|
6 months ago | |
---|---|---|
LICENSE | 6 months ago | |
Makefile | 6 months ago | |
cli.c | 6 months ago | |
cli.o | 6 months ago | |
hash.h | 6 months ago | |
icon.svg | 6 months ago | |
readme.md | 6 months ago | |
slow_fast_inverse_sqrt_with_hash_and_lie.c | 6 months ago |
readme.md
Fast Inverse Square Root with Hash and Fortune/Lie
This is a command-line interface (CLI) application that calculates the fast inverse square root of a given input value, calculates a hash of the square root, and returns a lie about the modern workplace based on the output of the hash.
Building and Running
To build the application, you will need clang
and make
. Simply run make
to build the cli
executable:
make
To specify a different installation prefix, set the PREFIX
variable before running make
. For example, to install to /usr
, use the following command:
make PREFIX=/usr
Installing
To install the application, use the install
target:
make install
To specify a different installation prefix, set the PREFIX
variable before running make
. For example, to install to /usr
, use the following command:
make PREFIX=/usr install
Uninstalling
To uninstall the application, use the uninstall
target:
make uninstall
To specify a different installation prefix, set the PREFIX
variable before running make
. For example, to uninstall from /usr
, use the following command:
make PREFIX=/usr uninstall
Cleaning
To remove the built files, use the clean
target:
make clean
License
This application is licensed under the MIT License. See LICENSE
for more information.