makefile: support out of tree builds

This commit is contained in:
cathugger
2019-03-17 02:23:10 +02:00
parent 5c58f03805
commit c9d4f79b9f
3 changed files with 23 additions and 13 deletions

1
main.c
View File

@@ -18,6 +18,7 @@
#include "types.h"
#include "vec.h"
#include "base32.h"
#include "cpucount.h"
#include "keccak.h"
#include "ioutil.h"