Update 2022-12-13 23:16 OpenBSD/amd64

This commit is contained in:
c0dev0id
2022-12-13 23:16:23 +01:00
parent 45c4ea3395
commit 98abe1e416
6 changed files with 152 additions and 223 deletions

View File

@@ -227,7 +227,7 @@ function MyMake()
if filereadable("Makefile")
:w! | !make
else
:w! | !cc -o %:p:r %:p
:w! | !cc -o %:p:r -lsndio %:p
endif
endfunction