imneme / pcg-c-basic

PCG — Minimal C Implementation
Apache License 2.0
408 stars 51 forks source link

Makefile does not install to /usr/include #19

Closed mauzigoe closed 1 year ago

mauzigoe commented 2 years ago

In your Makefile the variable PREFIX is not referenced in the install subcommand. Instead the (non-existing) variable P gets referenced. With parenthesis ({}) around the variable name, the issue is solved.

mauzigoe commented 2 years ago

The issue referes to the full C implementation downloaded from the pcg-website: https://www.pcg-random.org/using-pcg-c.html