star-sf

Set of surface and volume scattering functions
git clone git://git.meso-star.fr/star-sf.git
Log | Files | Refs | README | LICENSE

commit 780ff646ddaa20bb229b48ae3291733eeca0f7e3
parent e0e71f2adfcb2f9a115a0ef11b16789e2249b5da
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue, 18 Jul 2023 17:29:15 +0200

Minor Makefile formatting

Diffstat:
MMakefile | 7+------
1 file changed, 1 insertion(+), 6 deletions(-)

diff --git a/Makefile b/Makefile @@ -103,11 +103,7 @@ distclean: clean lint: shellcheck -o all make.sh -.config \ -build_library \ -pkg \ -ssf-local.pc \ -: .simd +.config build_library pkg ssf-local.pc: .simd @$(MAKE) -f.simd -fMakefile $@__ ################################################################################ @@ -129,7 +125,6 @@ pkg__: ssf-local.pc: ssf.pc.in ssf-local.pc__: - @echo "Setup ssf.pc" @sed -e '1d'\ -e 's#^includedir=.*#includedir=./src/#'\ -e 's#^libdir=.*#libdir=./#'\