source: liacs/nc/low-correlation/Makefile@ 42

Last change on this file since 42 was 42, checked in by Rick van der Zwet, 15 years ago

Make files look pretty and neat on display

File size: 289 bytes
Line 
1BIN=main
2CFLAGS=-lm
3
4SOURCE=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
6
7include latex.mk
8
9mcs: mcs.m
10 @octave --silent mcs.m
11
12
13%.m.tex: %.m
14 highlight --linenumbers --no-doc --latex --input $< --output $@
Note: See TracBrowser for help on using the repository browser.