mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-05 07:41:11 +00:00
Added SDFcvt to the build
This commit is contained in:
parent
5d9dad1439
commit
c385a9a11a
5 changed files with 484 additions and 3 deletions
2
external/libsdf/GNUmakefile
vendored
2
external/libsdf/GNUmakefile
vendored
|
@ -20,7 +20,7 @@ all: All
|
|||
# spell them a little differently in this file...
|
||||
include Make-common/Make.generic
|
||||
|
||||
subdirs:= libSDF libmpmy libsw
|
||||
subdirs:= libSDF libmpmy libsw apps/SDFcvt
|
||||
|
||||
All:
|
||||
for dir in $(subdirs); do (cd $$dir; $(MAKE) ARCH=$(ARCH) all); done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue