aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLeo Izen <leo.izen@gmail.com>2017-10-15 13:28:28 -0400
committerLeo Izen <leo.izen@gmail.com>2017-10-15 13:28:28 -0400
commit64de36cc785cf2cb478db953e52151deaf5144c6 (patch)
treeb659361b5da258923a16386c32fb4d14ba1e0182 /Makefile
parentUse basic config by default (diff)
downloadlibkeccak-64de36cc785cf2cb478db953e52151deaf5144c6.tar.gz
libkeccak-64de36cc785cf2cb478db953e52151deaf5144c6.tar.bz2
libkeccak-64de36cc785cf2cb478db953e52151deaf5144c6.tar.xz
tests: use quotes when including libkeccak.h
If libkeccak is not already installed in the system, then test.c and benchmark.c will fail to compile. This is because they previously used `#include <libkeccak.h>` with angled brackets, which doesn't search `.` by default. Using `#include "libkeccak.h"` will search `.` so these will compile.
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions