Changeset 42 for liacs/nc/low-correlation/Makefile
- Timestamp:
- Dec 17, 2009, 10:18:08 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
liacs/nc/low-correlation/Makefile
r31 r42 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 6 7 include latex.mk 8 4 9 mcs: mcs.m 5 10 @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.