Use macros for make invocations

This commit is contained in:
Ernestas Kulik 2020-02-07 10:18:37 +01:00
commit fc44141676

View file

@ -48,11 +48,11 @@ logging.
%build
%cmake -DCMAKE_BUILD_TYPE=Release
make %{?_smp_mflags}
%make_build
%install
make install DESTDIR=%{buildroot}
%make_install
%files
%doc README AUTHORS