summaryrefslogtreecommitdiff
path: root/code/matlab/Makefile
blob: 3546e448bd17a57533cdbd97f63158cd7a96abd1 (plain)
1
2
3
4
5
6
7
8
9
10
.PHONY: all symlinks clean

all: symlinks

symlinks:
	ls | grep '.m$$' | sed 's/\.m$$//' | xargs -n1 ln -f -s ../glue/exec-matlab

clean:
	ls | grep '.m$$' | sed 's/\.m$$//' | xargs rm || true 
	rm *~ || true
contact: Jan Huwald // Impressum