blob: a65713439cd7638b33c0508df69069a2cdf5504d (
plain)
1
2
3
4
5
6
7
8
|
#!/bin/sh
gcc bench_age_restriction.c \
-lgnunetutil -lgnunetjson -lsodium -ljansson \
-L/usr/lib/x86_64-linux-gnu -lmicrohttpd -ltalerutil -lm \
-I../include \
-o bench_age_restriction && ./bench_age_restriction
|