diff options
| author | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-25 14:02:38 +0200 |
|---|---|---|
| committer | Andrea Fioraldi <andreafioraldi@gmail.com> | 2019-10-25 14:02:38 +0200 |
| commit | e7871b2c7675e0f6df4fbe1a8f53a23ed5d2024f (patch) | |
| tree | c8665af55ac32ee97082d2c2d9b2d6cbec2c6d62 /libtokencap/Makefile | |
| parent | 644efa290582e76a9fb1dc42a7cfc782d628d3fe (diff) | |
| parent | 7e9b6fe0aa820c8bce258eaa24d230ce96347d38 (diff) | |
| download | afl++-e7871b2c7675e0f6df4fbe1a8f53a23ed5d2024f.tar.gz | |
Merge branch 'master' of github.com:vanhauser-thc/AFLplusplus
Diffstat (limited to 'libtokencap/Makefile')
| -rw-r--r-- | libtokencap/Makefile | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/libtokencap/Makefile b/libtokencap/Makefile index 91933140..07c13144 100644 --- a/libtokencap/Makefile +++ b/libtokencap/Makefile @@ -24,6 +24,12 @@ 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 +ifeq "$(shell uname)" "FreeBSD" + TARGETS = libtokencap.so +endif all: $(TARGETS) libtokencap.so: libtokencap.so.c ../config.h |
