diff options
| author | hexcoder- <heiko@hexco.de> | 2020-04-08 21:39:11 +0200 |
|---|---|---|
| committer | van Hauser <vh@thc.org> | 2020-04-09 10:23:37 +0200 |
| commit | 20cb846c9554aa9318196007a569fa2501171781 (patch) | |
| tree | 0047a2f40a1658b374c3fe1ff04a056af6e0dd7a /libdislocator | |
| parent | a1e531589e47ed6a24278189f034dcdbeca47a30 (diff) | |
| download | afl++-20cb846c9554aa9318196007a569fa2501171781.tar.gz | |
Makefile cleanup
Diffstat (limited to 'libdislocator')
| -rw-r--r-- | libdislocator/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libdislocator/Makefile b/libdislocator/Makefile index 201f1e92..37fd4fd6 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 $< -o ../$@ $(LDFLAGS) + $(CC) $(CFLAGS) -shared -fPIC libdislocator.so.c -o ../$@ $(LDFLAGS) .NOTPARALLEL: clean |
