##// END OF EJS Templates
Removed unmaintained C drivers....
Removed unmaintained C drivers. Removed insanely dangerous bash scripts. Moved some Test from design folder to tests folder. Updated readme. Updated top Makefile.

File last commit:

r644:9af55c8d1a6e default
r644:9af55c8d1a6e default
Show More
Makefile
23 lines | 337 B | text/x-makefile | MakefileLexer
SUBDIRS=Validation_IIR_f0_LFR \
Validation_IIR_f1_LFR \
Validation_LFR_Filters
SUBDIRS_distclean:=$(SUBDIRS)
SUBDIRS_test:=$(SUBDIRS)
.PHONY: distclean test $(SUBDIRS)
all:
echo ""
test: $(SUBDIRS_test)
distclean: $(SUBDIRS_distclean)
$(SUBDIRS_distclean):
$(MAKE) -C $@ distclean
$(SUBDIRS_test):
$(MAKE) -C $@ test