about summary refs log tree commit diff
path: root/libtokencap/Makefile
diff options
context:
space:
mode:
authorDavid Carlier <devnexen@gmail.com>2019-10-23 20:07:16 +0100
committerDavid Carlier <devnexen@gmail.com>2019-10-23 20:07:16 +0100
commit814242225725f338e35f9af372ee55daba5b4f38 (patch)
tree87fe43b6ae9cdffb33629f44206034c074e9a041 /libtokencap/Makefile
parent0f032266562115092100bc54b5f780a4aeb15c56 (diff)
downloadafl++-814242225725f338e35f9af372ee55daba5b4f38.tar.gz
Porting libtokencap to Darwin.
Reading only main addresses and read only's.
Diffstat (limited to 'libtokencap/Makefile')
-rw-r--r--libtokencap/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/libtokencap/Makefile b/libtokencap/Makefile
index 91933140..702ce696 100644
--- a/libtokencap/Makefile
+++ b/libtokencap/Makefile
@@ -24,6 +24,9 @@ CFLAGS      += -Wall -D_FORTIFY_SOURCE=2 -g -Wno-pointer-sign
 ifeq "$(shell uname)" "Linux"
   TARGETS = libtokencap.so
 endif
+ifeq "$(shell uname)" "Darwin"
+  TARGETS = libtokencap.so
+endif
 all: $(TARGETS)
 
 libtokencap.so: libtokencap.so.c ../config.h