diff options
| author | hexcoder- <heiko@hexco.de> | 2020-09-01 19:54:18 +0200 |
|---|---|---|
| committer | hexcoder- <heiko@hexco.de> | 2020-09-01 19:54:18 +0200 |
| commit | 6340674a23e9b8d2e8b3a8705be1129363a60d46 (patch) | |
| tree | a65cc9c9069933317c2a0560e0d5525de5c8785f /libdislocator/Makefile | |
| parent | 4538f689ede6743d097c85ded2fdcb4f9663020b (diff) | |
| parent | e4a86b40a5504c608d6ba7f44133ab39b24ac6f8 (diff) | |
| download | afl++-6340674a23e9b8d2e8b3a8705be1129363a60d46.tar.gz | |
Merge branch 'dev' of https://github.com/AFLplusplus/AFLplusplus into dev
Diffstat (limited to 'libdislocator/Makefile')
| -rw-r--r-- | libdislocator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdislocator/Makefile b/libdislocator/Makefile index f9c4cb65..1c2fcaa7 100644 --- a/libdislocator/Makefile +++ b/libdislocator/Makefile @@ -28,7 +28,7 @@ all: libdislocator.so VPATH = .. libdislocator.so: libdislocator.so.c ../config.h - $(CC) $(CFLAGS) -shared -fPIC libdislocator.so.c -o ../$@ $(LDFLAGS) + $(CC) $(CFLAGS) $(CPPFLAGS) -shared -fPIC libdislocator.so.c -o ../$@ $(LDFLAGS) .NOTPARALLEL: clean |
