vc: fix Makefile

pull/9453/head
Delyan Angelov 2021-03-24 19:04:01 +02:00
parent bb1485745f
commit 49c770ea7b
No known key found for this signature in database
GPG Key ID: 66886C0F12D595ED
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ ifdef WIN32
$(V) -o v2.exe cmd/v
move /y v2.exe v.exe
else
sed -i '9350s@^.*@u64 _t9 = wyhash(key, len, seed, _wyp);@' v.c
sed -i '9350s@^.*@u64 _t9 = wyhash(key, len, seed, _wyp);@' vc/v.c
$(CC) $(CFLAGS) -g -std=gnu99 -w -o $(V) $(VC)/$(VCFILE) -lm -lpthread $(LDFLAGS)
$(V) -o v2.exe cmd/v
mv -f v2.exe v