diff options
Diffstat (limited to 'contributed/makefile')
| -rw-r--r-- | contributed/makefile | 3 | 
1 files changed, 1 insertions, 2 deletions
| diff --git a/contributed/makefile b/contributed/makefile index c50ab36..f44a3c0 100644 --- a/contributed/makefile +++ b/contributed/makefile @@ -1,4 +1,3 @@ -  ONIG_LIB=../src/.libs/libonig.a  LIBS=$(ONIG_LIB) /usr/local/lib/libLLVMFuzzerMain.a @@ -18,5 +17,5 @@ $(ONIG_LIB): -clean:  +clean:  	rm -f $(TARGETS) | 
