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
RevLine 
[2]1BIN=main
[27]2CFLAGS=-lm
[2]3
[42]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
[31]9mcs: mcs.m
10 @octave --silent mcs.m
[42]11
12
13%.m.tex: %.m
14 highlight --linenumbers --no-doc --latex --input $< --output $@
Note: See TracBrowser for help on using the repository browser.