examl: fix issue

This commit is contained in:
Kuoi 2022-08-29 04:54:27 +01:00
parent fe11c0cc49
commit dc51d8ff51

View file

@ -13,8 +13,8 @@ md5sums=('ad62d8c333cee316732c10f719c1e87c')
build() {
cd "${_pkgname}-$pkgver"
cd $pkgname
make -f Makefile.AVX.gcc
make -f Makefile.OMP.AVX.gcc
make -f Makefile.AVX.gcc examl-AVX
make -f Makefile.OMP.AVX.gcc examl-OMP-AVX
}
package_examl() {