Added SDFcvt to the build

This commit is contained in:
Guilhem Lavaux 2013-03-02 21:41:07 -05:00
parent 5d9dad1439
commit c385a9a11a
5 changed files with 484 additions and 3 deletions

View file

@ -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