Skip to content

Commit

Permalink
Remove unused cvsignore target
Browse files Browse the repository at this point in the history
  • Loading branch information
wsfulton committed Feb 14, 2017
1 parent df30236 commit c05f17f
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Examples/test-suite/matlab/Makefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,3 @@ run_testcase = \

clean:
$(MAKE) -f $(top_builddir)/$(EXAMPLES)/Makefile SRCDIR="$(SRCDIR)" matlab_clean

cvsignore:
@echo '*wrap* *.mex* *.so *.dll *.exp *.lib'
@echo Makefile
@for i in ${CPP_TEST_CASES} ${C_TEST_CASES}; do echo $$i.m; done
@for i in ${CPP_TEST_CASES} ${C_TEST_CASES}; do if grep -q $${i}_runme.m CVS/Entries ; then echo $${i}_runme.m; fi; done

0 comments on commit c05f17f

Please sign in to comment.