source:
liacs/nc/laser-pulse-shaping/Makefile@
48
Last change on this file since 48 was 48, checked in by , 15 years ago | |
---|---|
File size: 127 bytes |
Line | |
---|---|
1 | SOURCE=$(patsubst %.m,%.m.tex, $(shell ls *.m)) |
2 | |
3 | include latex.mk |
4 | |
5 | foo: |
6 | echo $(SOURCE) |
7 | |
8 | pso.out: pso.m |
9 | @octave -q pso.m |
10 |
Note:
See TracBrowser
for help on using the repository browser.