Changeset 51 for liacs/nc/low-correlation/Makefile
- Timestamp:
- Dec 19, 2009, 6:03:12 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
liacs/nc/low-correlation/Makefile
r42 r51 2 2 CFLAGS=-lm 3 3 4 SOURCE=autocorrelation.m.tex initseq.m.tex mcs-call.m.tex \ 5 mcs.m.tex mutation.m.tex randint.m.tex sa-call.m.tex sa.m.tex 4 SOURCE=$(patsubst %.m,%.m.tex, $(shell ls *.m)) 6 5 7 6 include latex.mk … … 9 8 mcs: mcs.m 10 9 @octave --silent mcs.m 11 12 13 %.m.tex: %.m14 highlight --linenumbers --no-doc --latex --input $< --output $@
Note:
See TracChangeset
for help on using the changeset viewer.