Ignore:
Timestamp:
Dec 17, 2009, 10:18:08 PM (15 years ago)
Author:
Rick van der Zwet
Message:

Make files look pretty and neat on display

File:
1 edited

Legend:

Unmodified
Added
Removed
  • liacs/nc/low-correlation/Makefile

    r31 r42  
    22CFLAGS=-lm
    33
     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
    49mcs: mcs.m
    510        @octave --silent mcs.m
     11
     12
     13%.m.tex: %.m
     14        highlight --linenumbers --no-doc --latex --input $< --output $@
Note: See TracChangeset for help on using the changeset viewer.