Add package: pcg-c

Also, add myself as maintainer.
This commit is contained in:
Linus Arver
2015-04-25 16:17:40 -07:00
parent b27699241d
commit e216a63c7d
4 changed files with 56 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
diff --git a/Makefile b/Makefile
index dddea44..fdb9401 100644
--- a/Makefile
+++ b/Makefile
@@ -30,8 +30,8 @@ all:
PREFIX = /usr/local
install: all
- install src/libpcg_random.a $PREFIX/lib
- install -m 0644 include/pcg_variants.h $PREFIX/include
+ install src/libpcg_random.a ${PREFIX}/lib
+ install -m 0644 include/pcg_variants.h ${PREFIX}/include
test: all
cd test-low; $(MAKE) test